Higher Computer Systems quiz

Higher Computer Systems quiz

Assessment

Flashcard

Computers

9th Grade

Easy

Created by

Ana Mellon

Used 10+ times

FREE Resource

Student preview

quiz-placeholder

21 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Convert the decimal number -19 into an 8-bit two’s complement representation.

Back

19 in binary:

0001 0011,

invert bits: 1110 1100,

add 1: 1110 1101

2.

FLASHCARD QUESTION

Front

What is the largest positive integer that can be represented using 8-bit two’s complement?

Back

127 (Range: -128 to 127)

3.

FLASHCARD QUESTION

Front

Convert the following binary number 10110101 into decimal (unsigned).

Back

181 (1×128 + 0×64 + 1×32 + 1×16 + 0×8 + 1×4 + 0×2 + 1×1)

4.

FLASHCARD QUESTION

Front

Explain the effect of increasing the number of bits allocated to the mantissa in floating-point representation.

Back

More bits improve precision, reducing rounding errors. More detailed calculations become possible without increasing range.

5.

FLASHCARD QUESTION

Front

Describe the steps of the fetch-execute cycle.

Back

Step 1: Processor sets the address bus with memory location.

Step 2: Control unit sends read signal, instruction fetched to instruction register.

6.

FLASHCARD QUESTION

Front

State two factors that affect processor performance and their impact.

Back

Clock speed: Higher speed = more instructions per second. Cache size: Larger cache reduces RAM access, speeding up performance.

7.

FLASHCARD QUESTION

Front

Identify two types of malware and their effects.

Back

Virus: Attaches to programmes and spreads.

Ransomware: Encrypts files and demands payment.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?