Exam Revision Questions Quiz SDD CS

Exam Revision Questions Quiz SDD CS

10th Grade

16 Qs

quiz-placeholder

Similar activities

Loops

Loops

1st - 12th Grade

20 Qs

Fundamentals of Computing Vocab. Part 1

Fundamentals of Computing Vocab. Part 1

9th - 11th Grade

17 Qs

Code org 1

Code org 1

5th - 12th Grade

21 Qs

Pemograman Dasar X

Pemograman Dasar X

10th Grade

20 Qs

CS Edexcel 1.2a Writing Algorithms

CS Edexcel 1.2a Writing Algorithms

9th - 10th Grade

13 Qs

G10 CS Validation & Verification

G10 CS Validation & Verification

10th Grade

21 Qs

Algoritma Pemrograman

Algoritma Pemrograman

10th Grade

20 Qs

Quiz Pseudocode

Quiz Pseudocode

10th Grade

15 Qs

Exam Revision Questions Quiz SDD CS

Exam Revision Questions Quiz SDD CS

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Boroughmuir Computing

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Name the bus used to transfer instructions from the main memory to the processor.

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Name the bus used to select memory locations for reading from or writing to.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the part of the processor that deals with comparisons.

Registers

ALU

Arithmetic & Logic Unit

Control Unit

Buses

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Name the part of the processor that temporarily stores values while they are being processed.

5.

OPEN ENDED QUESTION

3 mins • 2 pts

Media Image

A computer program has the lines of code as shown:

Explain how the result will be calculated when line 3 is executed.

Evaluate responses using AI:

OFF

Answer explanation

variable wins is assigned the value 5

& variable points is assigned the value 3

(1 mark)

wins is multiplied by points, 5 x 3 = 15, and this value is assigned to total

(1 mark)

Must discuss contents of variables as well as operations to get 2 marks

6.

OPEN ENDED QUESTION

3 mins • 2 pts

Media Image

A computer program has the following lines of code:

Explain how the result will be calculated when line 3 is executed.

Evaluate responses using AI:

OFF

Answer explanation

Variable size is assigned the value 5 &

variable named height is assigned the value 3

(1 mark)

size to the power of height, 53 = 125, and this value is assigned to variable result

(1 mark)

7.

OPEN ENDED QUESTION

3 mins • 3 pts

Media Image

The program code shows how the heart rate is entered.

Describe all the events that will occur if a user enters a negative value.

Evaluate responses using AI:

OFF

Answer explanation

Clear description must identify the following for all three marks:

• Implementation of conditional loop and the fact that condition is NOT met as number entered negative (one mark).

• Input value from keyboard (one mark).

• If statement with condition being met as data entered is negative, a negative error message is displayed and user asked to re-enter (one mark).

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?