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
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.
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
Python #Write a function called are_anagrams. The function should #have two parameters, a pair of strings....
Python #Write a function called are_anagrams. The function should #have two parameters, a pair of strings. The function should #return True if the strings are anagrams of one another, #False if they are not. # #Two strings are considered anagrams if they have only the #same letters, as well as the same count of each letter. For #this problem, you should ignore spaces and capitalization. # #So, for us: "Elvis" and "Lives" would be considered #anagrams. So would "Eleven plus...
IP Two strings that are fixed at each end are identical, except that one is 0.600...
IP Two strings that are fixed at each end are identical, except that one is 0.600 cm longer than the other. Waves on these strings propagate with a speed of 30.2 m/s , and the fundamental frequency of the shorter string is 217 Hz . Part A: What beat frequency is produced if each string is vibrating with its fundamental frequency? Part B: Does the beat frequency in part (a) increase or decrease if the longer string is increased in...
In class, we discussed the notion of an audit philosophy of tests of accounts for overstatement...
In class, we discussed the notion of an audit philosophy of tests of accounts for overstatement and understatement to gain audit efficiencies. Consider the following statements: I. Testing Sales for UNDERstatement, conceptually, also tests Accounts receivable for UNDERstatement. II. Assume that company management made the following journal entry: Capital Asset (i.e. Building) XX Repairs and Maintenance Expense XX If the auditor tests the asset account for Overstatement, then conceptually: Expenses are also tested for Overstatement. a. I is true; II...
Java Program Implement a class called AnimalTrainer. Include the following data types in your class with...
Java Program Implement a class called AnimalTrainer. Include the following data types in your class with the default values denoted by dataType name : defaultValue - String animal : empty string - int lapsRan : 0 - boolean resting : false - boolean eating : false - double energy : 100.00 For the animal property implement both getter/setter methods. For all other properties implement ONLY a getter method Now implement the following constructors: 1. Constructor 1 – accepts a String...
Task 2: Compare strings. Write a function compare_strings() that takes pointers to two strings as inputs...
Task 2: Compare strings. Write a function compare_strings() that takes pointers to two strings as inputs and compares the character by character. If the two strings are exactly same it returns 0, otherwise it returns the difference between the first two dissimilar characters. You are not allowed to use built-in functions (other than strlen()) for this task. The function prototype is given below: int compare_strings(char * str1, char * str2); Task 3: Test if a string is subset of another...
IP Two strings that are fixed at each end are identical, except that one is 0.520...
IP Two strings that are fixed at each end are identical, except that one is 0.520 cm longer than the other. Waves on these strings propagate with a speed of 35.2 m/s , and the fundamental frequency of the shorter string is 222 Hz . Part A What beat frequency is produced if each string is vibrating with its fundamental frequency? fbeat = Hz SubmitMy AnswersGive Up Part B Does the beat frequency in part (a) increase or decrease if...
Add the bit strings in the first two columns of the following table and report the...
Add the bit strings in the first two columns of the following table and report the answer in the last column in binary notation. Bit string 1 Bit string 2 Result of the addition in binary notation 110011 111111 1001101 1100001 1111101 1000111 110100 100000 1111100 1001110