CE107 SELF INSTRUCTIONAL QUIZ

QUIZ #1 - Prerequisite Knowledge for CE107

by Goh Wooi Boon

  1. You should attempt all 15 Questions to gauge if you have acquired the necessary prerequisite knowledge to comfortably tackle the Computer Organisation(CE107) course.
  2. Please attempt this quiz seriously as statistics are gathered from all answers submitted. The statistics are used to monitor the general comprehension level of students. For this same reason, please do not attempt this quiz more than once.
  3. You should give yourself about 20 minutes to complete this quiz.
  4. Your results will be made known to you immediately upon submission, together with pertinent explanations and references for further reading

START


Question 1

A byte of data consist of how many bits?
a) 1 bit
b) 4 bits
c) 8 bits
d) 16 bits
e) Have not heard of this phrase before

Select your answer: a b c d e …… Goto Next Question


Question 2

What is the decimal equivalent of the binary number 001010102? (Avoid using calculator conversions)
a) 3
b) 42
c) 84
d) 101,010
e) I have no idea how to interpret binary numbers

Select your answer: a b c d e …… Goto Next Question


Question 3

What is the decimal equivalent of the hexadecimal number 2A16? (Avoid using calculator conversions)
a) 12
b) 30
c) 41
d) 42
e) I have not come across hexadecimal notation before

Select your answer: a b c d e…… Goto Next Question


Question 4

What is the hexadecimal equivalent of the decimal number 4610? (Avoid using calculator conversions)
a) 2.1416
b) 2E16
c) 3116
d) 7016
e) I really wish I knew, but I do not know how to convert numbers to hex equivalent

Select your answer: a b c d e…… Goto Next Question


Question 5

Which of the gate below will have a LOW output when any of its inputs is HIGH?
logic gates

Select your answer: a b c d e…… Goto Next Question


Question 6

Which of the following is the truth table of a tri-state inverter?
tri-state inverter
Select your answer: a b c d e…… Goto Next Question


Question 7

A memory device is said to be able to store 1 megabits of data. How many bits of data is actually contained in that device?
a) 1
b) 1,024
c) 1,000,000
d) 1,048,576
e) I am not familiar with terminologies such as kilo, mega and gila (or was it giga)

Select your answer: a b c d e…… Goto Next Question


Question 8

Memory system requires different input and output lines to perform the following functions:

  1. Select the address in memory that is being accessed.
  2. Select either a READ or WRITE operation to be performed.
  3. Supply the input (or output) data to be stored in (or read from) memory during WRITE (or READ) operation.
  4. ENABLE(or DISABLE) the memory so that it will (or will not) respond to the address inputs and read/write command.

Select the combination which will make the statement above correct.
a) 1
b) 1 and 2
c) 1, 2 and 3
d) All of the above
e) Really no idea, I was sleeping during my CE102 lectures on memories

Select your answer: a b c d e…… Goto Next Question


Question 9

four flip-flops
The circuit shown above is essentially a
a) 4-bit register
b) 4-bit adder
c) 4-bit counter
d) 4-bit microprocessor
e) Looks familiar but I can't remember

Select your answer: a b c d e…… Goto Next Question


Question 10

   :
  D=10;
  WHILE (D > 0) DO {
     D=D-1;
     }
   :

With reference to the segment of C code given above, how many times will the D=D-1 instruction be executed?
a) 0
b) 1
c) 9
d) 10
e) I have no idea, programming is my worst nightmare

Select your answer: a b c d e…… Goto Next Question


Question 11

How many bits (binary digits) are required to represented the hexadecimal number ABCD EF0116?
a) 4
b) 8
c) 16
d) 32
e) I am always confused by hexadecimal notation

Select your answer: a b c d e…… Goto Next Question


Question 12

Which of the two's complement binary number below is negative?
a) 00012
b) 00002
c) 01112
d) 10002
e) I have no idea how the sign of a number is encoded in two's complement notation

Select your answer: a b c d e…… Goto Next Question


Question 13

Two binary numbers A and B have values 1111 11112 and 11112, respectively. If these numbers are treated as signed two's complement numbers, which statement below is true?
a) A = B
b) A > B
c) A < B
d) A - B = 1111 00002
e) I have no idea how to interpret signed two's complement numbers of varying sizes

Select your answer: a b c d e…… Goto Next Question


Question 14

What is the result of the addition of the two's complement binary numbers 11012 and 00112 ?
a) 00002
b) 10002
c) 11102
d) 11112
e) I do not know how to add binary numbers

Select your answer: a b c d e…… Goto Last Question


Question 15

What is the result of 010012 - 111002 if both these numbers are signed two's complement numbers?
a) 001012
b) 000112
c) 011012
d) 100102
e) I do not know how to subtract two's complement numbers

Select your answer: a b c d e…… Goto Submit Answers

END of QUIZ #1

Submission of Answer Form

Make sure you have completed all 15 Questions in this quiz.

You can submit your answers by clicking on the Submit Anwers button.


Wait a moment after submission and you will receive your results and feedback.