N5 Computing Quiz - Part 1

N5 Computing Quiz - Part 1

11th Grade

8 Qs

quiz-placeholder

Similar activities

H466 - Fixed and floating point binary

H466 - Fixed and floating point binary

11th Grade - University

12 Qs

4.3 - Trosi Rhifau Pwynt Arnawf

4.3 - Trosi Rhifau Pwynt Arnawf

9th - 12th Grade

11 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

Python Fundamentals

Python Fundamentals

11th - 12th Grade

10 Qs

Higher Data Rep

Higher Data Rep

11th Grade

6 Qs

Floating Point

Floating Point

11th - 12th Grade

10 Qs

Normalisation

Normalisation

10th Grade - University

7 Qs

Systems Starter quiz

Systems Starter quiz

11th Grade

9 Qs

N5 Computing Quiz - Part 1

N5 Computing Quiz - Part 1

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Ingrid Evans

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the 8-bit binary representation of the decimal number 54?

00110110

11001010

10101010

01100100

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the mantissa and exponent in the floating-point representation of the speed of light, 299,792.458 km per second, when expressed as 0.299792458 x 10^6?

Mantissa: 0.299792458, Exponent: 6

Mantissa: 299792.458, Exponent: -6

Mantissa: 2.99792458, Exponent: 5

Mantissa: 299792458, Exponent: -8

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Take a look at this code. What will happen if a user inputs a number less than 13 or greater than 21 in the program?

The program will terminate immediately

The program will output the number

The program will ask the user to enter the number again

The program will store the number in a database

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Looking at the same code, which of the following is a valid input according to the program's validation loop?

10

22

13

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the condition that leads to the payment step in the ticketing system diagram?

The number of printed tickets is less than the number of tickets requested by the customer.

The number of printed tickets is equal to the number of tickets requested by the customer minus one.

The number of printed tickets is greater than the number of tickets requested by the customer.

The number of printed tickets is equal to the number of tickets requested by the customer.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Looking at the same flowchart; what happens if the condition
'is printed tickets = number of tickets -1'
is not met in the ticketing system diagram?

The system takes payment for the tickets.

The system generates a code for the ticket.

The system asks for the name for the ticket.

The system prints the ticket with code and name.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at this pseudocode for a Rock; Paper, Scissors game. According to the game design, which action is repeated from round 0 to 4?

Display winner

Set scores to zero

Get computer choice and player choice

Update score for winner

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How would a computer typically store a bit-mapped graphic using 4 colours such as this one?

As a vector graphic

Each pixel is stored as bits. As there are 4 colours, each pixel will need 2 bits to describe it

In a single binary file

Through an external graphics card