mathematics and computer hardware ...bedford-computing.co.uk/.../cis018-1-exam-questions-… · web...

41
CIS018-1 Fundamentals of Computer Studies MATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal number +125 can be represented in signed binary as: Answer 01111101 10000010 11111001 None of the above Question The decimal number -36 is expressed in the 2’s complement form as: Answer 11011100 11011011 01011011 None of the above Question The inputs to a full-adder are A=1, B=1 and Cin=0. The outputs are Answer Sum=0, Cout=1 Sum=1, Cout=0 Sum=1, Cout=1 None of the above Question The sum of 1010+10111 equals Answer 110001 Page 1 of 41

Upload: others

Post on 08-Jul-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

MATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS

Question The decimal number +125 can be represented in signed binary as:Answer 01111101

10000010

11111001

None of the above

Question The decimal number -36 is expressed in the 2’s complement form as:Answer 11011100

11011011

01011011

None of the above

Question The inputs to a full-adder are A=1, B=1 and Cin=0. The outputs areAnswer Sum=0, Cout=1

Sum=1, Cout=0

Sum=1, Cout=1

None of the above

Question The sum of 1010+10111 equalsAnswer 110001

101101

111010

101111

Page 1 of 34

Page 2: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question The purpose of the clock input to a flip-flop is toAnswer cause the output to change state dependent on the inputs

clear the device

set the device

always cause the output to change states

Question For an edge-triggered D flip-flopAnswer a change in the state of the flip-flop can occur only at a clock pulse

edge

the state that the flip-flop goes to depends on the D input

the output follows the input at each clock pulse edge

all of these answers

Question The storage cell in a SRAM is a Answer flip-flop

fuse

capacitor

magnetic domain

Question The bit capacity of a memory that has 10 bit long address and can store 8 bits at each address is

Answer 8192

1024

18

80

Question The benefit of the assembly language is that it is:

Page 2 of 34

Page 3: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Answer Fast and efficient

Can be used on any processor

Easier to write programs

None of the above

Question The benefits of RISC design simplicity areAnswer Smaller chip and pin count

Smaller programs

Easy programming

All of the above

Question The states of the flags are stored in the ________Answer Status register

Working register

Instruction register

Flag register

Question The newer Microchip dsPIC is a ________ controller with digital signal processing capability

Answer 32 bits

16 bits

8 bits

Question What is the size of the data bus in a PIC16F684?Answer 4

8

12

16

Page 3 of 34

Page 4: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question The difference of 101-011 equalsAnswer 010

100

101

011

Question The Boolean expression A.1 is equal toAnswer A

0

1

None of the above

Question The Boolean expression A + 1 is equal toAnswer A

0

1

None of the above

Question Which of the following expressions is equivalent to A(A + B)?Answer A + B

0

1

None of the above

Question The Boolean formula BC + ABC is equivalent to BC.Answer True

False

Page 4 of 34

Page 5: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question What is one disadvantage of an R-S flip flop?Answer It has only a single output

It has no CLOCK input

It has no Enable input

It has an invalid input state

Question When both inputs of a J-K pulse-triggered FF are high, and the clock cycles, the output will _________

Answer be invalid

toggle

not change

remain unchanged

Question The function ABCD can be decoded with ______Answer Two 2-input OR gates and two inverters

Two 2-input OR gates and one inverter

One 4-input AND gate and one inverter

One 4-input AND gate

Question The relationship between a NOR gate and an AND gate is expressed by ________

Answer AB = A + B

A + B = A B

AB = A + B

None of the above

Question The commutative law of Boolean algebra states that A + B = A BAnswer True

False

Page 5 of 34

Page 6: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question The output of a NOR gate is HIGH only when all inputs are HIGHAnswer True

False

Question The output of a NAND gate is LOW only when all inputs are HIGHAnswer True

False

Question The output of an OR gate is LOW only when at least one input is LOW

Answer True

False

Question When referring to instructions words, a mnemonic is:Answer A short abbreviation for the operand address

Shorthand for machine language

A short abbreviation for the operation to be performed

A short abbreviation for the data word stored at the operand address

Question What is the difference between a microcontroller and microprocessor?

Answer A microcontroller does not have a CPU whereas a microprocessor has a CPU

A microcontroller has no memory whereas a microprocessor has memory

A microcontroller contains the CPU, memory and I/O in a single chip whereas in a microprocessor the components may be in different chips

None of the above

Page 6 of 34

Page 7: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question What is TRISA in the PIC?Answer input port

output port

memory

data direction register

Question What is the primary function of a register?Answer counting

encoding

data storage (memory)

decoding

Question The application of DeMorgan’s theorems will reduce the expression X

= (A + B + C) + (A + B + C) + (AB + C) to which sum-of-products

expression?

Answer X = (A + B + C) + ABC + ABC

X = (A + B + C) + (ABC) + (ABC)

X = ABC + ABC + AC + BC

X = ABC + ABC + ABC

Question The output of an OR gate with inputs A, B, and C is a 1 whenAnswer A=1, B=1, C=1

A=0, B=0, C=1

A=1, B=0, C=1

All of them

None of them

Page 7 of 34

Page 8: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question The Karnaugh map below represents the expression, X = ACD + AB(CD + BC)

C D C D C D C D

A B 0 0 0 0

A B 0 0 1 1

A B 0 0 0 1

A B 0 0 0 1

Answer True

False

Question Which of the following SoPs corresponds to the Karnaugh map below?

BC BC BC BC

A\BC 00 01 11 10

A 0 1 1 1 1

A 1 1 0 0 1

Answer A + C

AC

C + AC

B + C

Page 8 of 34

Page 9: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which of the following SoPs corresponds to the Karnaugh map below?

B B

A\B 0 1

A 0 1 1

A 1 0 0

Answer A

A

B

B

Question How many gates would it require to implement Boolean formula

A (B + C) in the straightforward way (without transformations or

simplifications)?

Answer 5

4

3

2

Question The output of an AND gate with inputs A, B, and C is a 1 whenAnswer A=1, B=1, C=1

A=1, B=0, C=1

A=0, B=1, C=0

All are correct

Page 9 of 34

Page 10: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which of the following is equivalent to (A + B)C?

AnswerAC + BC

(A + B)C

AB + C

AB + C

Question Which of the following is equivalent to A(BC + AB + AC)?

AnswerBC

A + BC

A . B + C

ABC + B + C

Question Which of the following expressions is represented by the following Karnaugh map?

C C

A B 1 0

A B 0 1

A B 0 1

A B 1 0

AnswerAC + AC

BC + BC

B + B

AC + AC + BC + BC

Page 10 of 34

Page 11: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which of the following SoPs corresponds to the Karnaugh map below?

B B

A\B 0 1

A 0 1 1

A 1 0 1

AnswerA + B

AB

A + AB

AB + B

Question Which of the following expressions is equivalent to A.A.B?Answer A.B

A

1

None

Question The binary number 11012 is equal to the decimal numberAnswer 13

49

11

3

Question When performing binary addition using the 2’s complement method,

Page 11 of 34

Page 12: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

an overflow is indicated by a (n) _________Answer Negative sign

Incorrect sign bit

Incorrect polarity

Incorrect sum

Question The output of an AND gate is LOW only when all inputs are LOWAnswer True

False

Question What is the BCD form of 438?Answer 1010000111000

010000111000

000110110110

0100000110100

Question The highest decimal value that can be represented by a 4-bit binary number is ____________

Answer 32

8

7

15

Question Which of the following expressions is equivalent to (A + B) + A?Answer A + B

0

A

None

Page 12 of 34

Page 13: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which of the following expressions is equivalent to A.B + A?Answer A

B

1

None

Question Which of the following expressions is equivalent to A.C.B.D + A?Answer A + B + C + D

A.B.C.D

A

None

Question Which of the following is equivalent to (A + C)(B + C)(B + D)(A + D)?Answer AD + BC

A + B + C +D

AB + CD

ABC + BCD + ACD + ABD

Question For an OR gate, if any of the input is high (1), output is high (1)Answer True

False

Question Which of the following is the hexadecimal representation of binary number 1101001101?

Answer D31

34D

C4D

D34

Question Addition in Boolean Algebra is not equivalent to OR function.

Page 13 of 34

Page 14: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Answer True

False

Question Which of the following is the binary representation of decimal number 151?

Answer 10110001

0151

11011

10010111

Question What is the hex equivalent of the binary number 101010112

Answer 8516

E816

AB16

9B16

Question Which of the following binary numbers is equal to 010100102 + 001100012?

Answer 011100112

100000112

000000112

100000012

Question Which of the following binary numbers is equal to 11112 + 11112?Answer 111102

None of the answers is correct

100002

11112

Page 14 of 34

Page 15: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which of the following is the decimal representation of hexadecimal number 12316?

Answer 80110

29110

12310

413110

Question Which of the following is the number that is represented by 11101001 in 8-bit 2’s complement form?

Answer 233

-9

9

-23

Question Which of the following is the decimal representation of binary number 1000101?

Answer 69

1000101.0

81

37

Question Which of the following is the binary representation of decimal number 101110?

Answer 10112

101110

1111110011

111110011

Page 15 of 34

Page 16: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question What is the binary equivalent of 4F16?Answer 10011112

10011002

100011112

None

Question The decimal number -36 is expressed in the 2’s complement form asAnswer 11011100

11011011

01011011

None of the above

Question In the 2’s complement form, the binary number 10010011 is equal to the decimal number

Answer -109

+109

-19

+19

Question Which of the following is the hexadecimal representation of decimal number 7522?

Answer 26131

11362

1D62

26D1

Page 16 of 34

Page 17: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question What is the value of the sum 225 + 345?Answer 445

1215

1115

1005

Question Which of the following expressions is equivalent to A.A.B + B?Answer A

B

1

None

Question An OR gate has an output that is opposite of an NOR gateAnswer True

False

Question Which of the following expressions is equivalent to A.(A + B) + A?Answer A + B

0

A

None

Page 17 of 34

Page 18: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which of the following expressions is represented by the following Karnaugh map?

C C

A B 1 0

A B 0 1

A B 0 1

A B 0 0

Answer AC + AC

BC + C

ABC + BC

BC + BC

Question Which of the following 4 bits must appear in the lower row of the Karnaugh map to correspond to the truth table below?

A B C Function0 0 0 10 0 1 10 1 0 10 1 1 11 0 0 01 0 1 11 1 0 01 1 1 1

BC BC BC BC

A\BC 00 01 11 10

A 0 1 1 1

A 1

Answer 0 0 1 1

Page 18 of 34

Page 19: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

0 1 1 0

1 1 0 1

1 0 1 0

Question Which formula describes the circuit shown below?

Answer (A + B)CD

C(A + B) + D

AB + C + D

ABCD

Question The following is the truth table for which gate?

A B X0 0 00 1 11 0 11 1 1

Answer OR gate

AND gate

NAND gate

NOR gate

Page 19 of 34

Page 20: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question A gate that gives 0 (low) when both its inputs are 1 (high) is a _________ gate.

Answer

Question Select the correct statement from the followingAnswer Flash memory uses a flashing beam of light to store data

Dynamic RAMs must be periodically refreshed to retain data

RAM is Random Address Memory

Optical storage devices employ ultraviolet light

Question A byte-organised memory hasAnswer 8 data output lines

16 output data lines

1 data output line

None of the above

Question RAM isAnswer Volatile memory

Random address memory

Stored data is not lost if power is removed

All answers are correct

Question What is the binary equivalent of 178?Answer 1011112

11112

100012

None of the above

Page 20 of 34

NOR or NAND or XOR

Page 21: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Find the output of an 8- bit AND gate for the following binary inputs

A=01011100B=11110101

Answer 1010100

Question Find the output of an 8-bit OR gate for the following binary inputs

A=01011100B=11110101

Answer 11111101

Question A circle, or “bubble”, on a distinctive-shape logic symbol indicates a logic inversion

Answer True

False

Question In binary multiplication, 1 x 1 = __________Answer 0 with a carry of 1

1 with a carry of 1

1

0

Page 21 of 34

Page 22: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question The Boolean expression for the symbol in the figure below is _______

Answer X = (A + B)(B + C)

X = A + B + C + D

X = AB + BC

X = ABCD

Question The symbol shown in the figure below is a(n) ________ gate

Answer Exclusive-OR

AND

Exclusive-NOR

OR

Page 22 of 34

Page 23: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which circuit in the figure below represents the NAND implementation of a NOR function?

Answer Figure A

Figure B

Figure C

Figure D

Question Occasionally, a particular logic expression will be of no consequence in the operation of a circuit such as in a BCD-to-decimal converter. These result in _____________ terms in the Karnaugh map and can be treated as either ___________ or __________

Answer Don’t care, 1s, 0s

Duplicate, 1s, 0s

Spurious, ANDs, ORs

Spurious, 1s, 0s

Question How many gates, including inverters, are required to implement the

equation, X = A + AB + AB, after it is simplified using Boolean

algebra?

Answer 1

2

3

4

Page 23 of 34

Page 24: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which single multi-input gate can be used to implement the Boolean

formula A . B . C?

Answer NOR

AND

NAND

OR

Question Which circuit in the figure below represents the NAND implementation of an AND gate?

Answer Figure A

Figure B

Figure C

Figure D

Question In using the 2’s-complement system of subtraction, a negative number in the subtrahend would ultimately be changed to:

Answer A negative number in true binary form

A positive number in true binary form

Question Which of the following lists memory devices from the most complex and expensive, to the least complex and expensive?

Answer Flash, EPROM, EEPROM, PROM

PROM, Flash, EEPROM, EPROM

EEPROM, Flash, EPROM, PROM

EEPROM, PROM, Flash, EPROM

Page 24 of 34

Page 25: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question For the network shown below, the Boolean expression for X is ________

Answer (AC + BC)D

((A + B).C) + D

A + BC + D

D(A + B + C)

Question An assembler is used to ________Answer Convert assembly language to machine code

Convert the assembly language from one processor to the assembly language for another processor

Convert a high-level language to assembly language

Write and edit assembly language programs

Question An advantage of assembly language programs is _________Answer They typically run faster than programs written in a higher level

language

They can use the same compiler tools as high-level languages

They can run on any processor

They are well suited for large and complex applications

Page 25 of 34

Page 26: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question A complier ________Answer Allows machine code for one processor to run on another processor

Converts machine code into assembly language

Converts assembly language into a high-level language

Converts a high-level language to machine code

Question How many I/O ports are in the PIC (16F684)?Answer 1

2

3

4

Question You are given a task to write a program for PIC 16F684 in assembly language to light-up some of the LEDs. Which port will you need to use in the program?

Answer Port A

Port B

Question In a microcontroller, which of the following registers is used for temporarily storing the operands/result of an ALU operation?

Answer Working register

Instruction register

Program counter

I/O register

Page 26 of 34

Page 27: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Match the following names of circuits or gates with the operations they perform

Answer OR (Boolean sum) gate Finds the maximum of two input bits

Half-Adder Finds the sum of two input bits

Full-Adder Finds the sum of three input bits

Parallel Adder Finds the sum of two n-bit input numbers

Question How many instructions are there in a PIC?Answer 35

74

108

None of the above

Question The Control Unit decodes the instruction and generates control signals for registers

Answer True

False

Question The assembler encounters the following instruction in the PIC16F684 program

MOVF R, W

What action would the assembler take?Answer Contents of register W are moved to R

Contents of register R are moved to W

Contents of register F are moved to R

Contents of register F are moved to W

Page 27 of 34

Page 28: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Which register is used to address program memory?Answer Status register

Instruction register

Working register

Program counter

Question Which register is a dedicated temporary storage register that simply stores the current instructions to be executed?

Answer Status register

Instruction register

I/O register

Working register

Question How many bits are required to program the PORTA/PORTC in the Op-code?

Answer 24

18

12

6

Question Before writing down assembly language instructions for the PIC, you need to give some instructions to the assembler. These instructions are referred to as

Answer the BIOS

Executable instructions

System programs

Assembler directives

Page 28 of 34

Page 29: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Information given to an assembler such as where to begin executing instructions is provided by

Answer the BIOS

Executable instructions

System programs

Assembler directives

Question Select one of the basic functional blocks of a microcomputer: Answer ALU

Microprocessor

Hard drive

None of the above

Question PIC16F684 has memory divided into blocks. What are the two memory blocks called?

Answer Program and instruction memory

Data and program memory

Instructions and data memory

Program and Flash memory

Question The 1’s complement of 10111001 isAnswer 01000110

01000111

11000110

10111001

Page 29 of 34

Page 30: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question The 2’s complement of 11001000 isAnswer -109

+109

-19

+19

Question Select the correct statement from the following:Answer The 2’s complement of the binary number 0001 is 1111

The 1’s complement of the binary number 0101 is 1011

BCD stands for Binary Code for Digital

LSB stands for Lowest Single Bit

Question Choose a correct statement from the followingAnswer The decimal number system is a weighted system with ten digits

LSB stand for lowest single bit

In binary, 1 + 1 = 2

The right-most bit in a signed binary number is the sign bit

Question In the 2’s complement form, the binary number 01110101 is equal to:Answer +117

-117

+10

-10

Page 30 of 34

Page 31: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question In the 2’s complement form, the binary number 10010011 is equal to the decimal number

Answer -109

+109

-19

+19

Question A 4-bit parallel adder can addAnswer Two 4-bit binary numbers

Two 2-bit binary numbers

Four bits at a time

Four bits in a sequence

Question Select the correct statement from the following:Answer When the two input bits are both 1 and the carry bit is a 1, the sum

output of a full adder is 1

A full adder adds three bits and produces two outputs

Both statements are correct

Both statements are false

Question Select the correct statement from below:Answer A half-adder adds two binary bits

A half-adder has a sum output only

Two 4-bit numbers can be added using two full-adders

All are incorrect statements

Page 31 of 34

Page 32: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question Select the correct statement from below:Answer A data byte consists of eight bits

A memory cell can store a byte of data

The read operation always erases the data byte

ROM is a Random Output memory

Question A half-adder is characterised by:Answer Two inputs and two outputs

Three inputs and two outputs

Two inputs and one output

None of the above

Question Data is stored in RAM during theAnswer Write operation

Read operation

Enable operation

Addressing operation

Question For a gated D latch, the Q output always equals the D inputAnswer During the enable pulse

Before the enable pulse

When D = 1

When D = 0

Page 32 of 34

Page 33: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question For an edge-triggered D flip-flopAnswer a change in the state of the flip-flop can occur only at a clock pulse

edge

the state that the flip-flop goes to depends on the D input

the output follows the input at each clock pulse edge

all of these answers

Question If a S-R latch has a 1 on the S input and a 0 on the R input and hen the S input goes to 0, the latch will be

Answer Set

Reset

Clear

Invalid

Question Select the correct statement from below:Answer A data byte consists of 8 bits

A memory cell can store a byte of data

The read operation always erases the data byte

ROM is a Random Output Memory

Question DRAM must beAnswer Refreshed periodically

Programmed before each use

Always enabled

Replaced periodically

Page 33 of 34

Page 34: MATHEMATICS AND COMPUTER HARDWARE ...bedford-computing.co.uk/.../CIS018-1-Exam-Questions-… · Web viewMATHEMATICS AND COMPUTER HARDWARE QUESTIONS AND ANSWERS Question The decimal

CIS018-1 Fundamentals of Computer Studies

Question A memory with 256 addresses hasAnswer 256 address lines

8 address lines

6 address lines

9 address lines

Question Select the correct statement from followingAnswer A latch has two stable states

A latch is considered to be in SET state when the Q output is LOW

An edge triggered D flip-flop changes state whenever the D input changes

All are correct

Question ROM is aAnswer Non-volatile memory

Volatile memory

Read/write memory

Byte-organised memory

Page 34 of 34