Question

We tested the memorability of the following two strings in our class: String A: BCSBMIUBS String...

We tested the memorability of the following two strings in our class:

String A: BCSBMIUBS

String B: CBSIBMSBU

It turned out that string B is easier to memorize than String A.

True / False

Explain:

Homework Answers

Answer #1

It can be true or false because , memory capacity is different for everyone.The more we repeat the more we memorize things. So, it will be differ from person to person ,the place they are coming from also the surroundings they have.

But there are some reasons to memorize String B faster.Lets split the string B to 3 sub strings like:

1.CBS: It is a Television broadcasting company

2.IBM:It is a famous Management consulting company.

3.SBU: here, so the person only needs to memorize these 3 letters .

Others are 2 famous things anyone heard off .

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
You need to write a permute class that will take first and second strings to rearrange...
You need to write a permute class that will take first and second strings to rearrange letters in first, followed by second. For example, if the first is “CAT” string and second is “MAN” string, then the program would print the strings TACMAN, ATCMAN, CTAMAN, TCAMAN, ACTMAN, and CATMAN. The first and second strings can be any length of string or a null. The permute class uses a Node class as link list node to link all letters arrangement. The...
We are interested in the proportion of students in our data analysis class who love the...
We are interested in the proportion of students in our data analysis class who love the normal distribution. Our class has about 30 students. Suppose that the true proportion in our class who love the normal distribution is 20%. (A surprisingly low value. Ha ha.) We sample 10 students out of 30 to be surveyed about their love for the normal distribution. Let X= # in the sample of 10 who love the normal distribution. Explain why we cannot say...
JAVA -Consider this program: public class Main { public static void main(String[] args) { String s1...
JAVA -Consider this program: public class Main { public static void main(String[] args) { String s1 = new String("hello"); String s2 = "hello"; String s3 = "hello";    System.out.println(s1 == s3); System.out.println(s1.equals(s3)); System.out.println(s2 == s3); } } When we run the program, the output is: false true true Explain why this is the output, using words and/or pictures.
Code a simple Editor class with 2 constructors (one default, one with a string for a...
Code a simple Editor class with 2 constructors (one default, one with a string for a file name) The Editor class in private has an instance of a LinkedList (of strings) and the position of the user (use our Point class) create a short file - at least 5 lines - could be some sentence Using linked list class not STL. main: string fileName("input.txt"); Editor miniVi (fileName); miniVi.displayLines(); C++ explain in detail plz Thank you
Write a Python function that takes two parameters: the first a list of strings and the...
Write a Python function that takes two parameters: the first a list of strings and the second a single string. The function should return True or False depending on whether the string is in the list or not. For example, if the list contains eggs, milk, bananas, and the second parameter is pumpkin, the function should return False. Thank you.
Write a Python function that takes two parameters: the first a list of strings and the...
Write a Python function that takes two parameters: the first a list of strings and the second a single string. The function should return True or False depending on whether the string is in the list or not. For example, if the list contains eggs, milk, bananas, and the second parameter is pumpkin, the function should return False. Thank you.
Write a Python function that takes two parameters: the first a list of strings and the...
Write a Python function that takes two parameters: the first a list of strings and the second a single string. The function should return True or False depending on whether the string is in the list or not. For example, if the list contains eggs, milk, bananas, and the second parameter is pumpkin, the function should return False. Thank you.
Write a Python function that takes two parameters: the first a list strings and the second...
Write a Python function that takes two parameters: the first a list strings and the second a single string. The function should return True or False depending on whether the string is in the list or not. For example, if the list contains eggs, milk, bananas, and the second parameter is pumpkin, the function should return False.
TRUE / FALSE ? In the scope of our class, we use the t- distributions to...
TRUE / FALSE ? In the scope of our class, we use the t- distributions to constrict confidence intervals for 1. Difference in 2 population proportions 2. Population mean of paired differences (2 dependent samples) 3. Difference in 2 population means for independent samples
Justify answer. Is the Jaccard coefficient for two binary strings (i.e., string of 0s and 1s)...
Justify answer. Is the Jaccard coefficient for two binary strings (i.e., string of 0s and 1s) always greater than or equal to their cosine similarity?
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT