H446 1.2 Revision Quiz

H446 1.2 Revision Quiz

12th Grade

9 Qs

quiz-placeholder

Similar activities

Lesson 1: Introduction to Python

Lesson 1: Introduction to Python

5th - 12th Grade

8 Qs

XII Practical Exam

XII Practical Exam

12th Grade

12 Qs

Cuestionario 2 ° parcial. Programación

Cuestionario 2 ° parcial. Programación

12th Grade

5 Qs

AP Computer Science A Unit 5

AP Computer Science A Unit 5

10th - 12th Grade

6 Qs

CS StringIFStmt

CS StringIFStmt

12th Grade

11 Qs

AP CSP Review

AP CSP Review

9th - 12th Grade

10 Qs

AP Computer Science Principles

AP Computer Science Principles

9th - 12th Grade

14 Qs

Unit 4 Programming

Unit 4 Programming

9th - 12th Grade

6 Qs

H446 1.2 Revision Quiz

H446 1.2 Revision Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Chloe Mcwilliam

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

State what is meant by the term 'real-time'.

A type of system that processes data as it comes in without delay

A type of system that stores data for future processing

A type of system that processes data at scheduled intervals

A type of system that requires manual input to begin processing

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which type of operating system is suitable for Intensive Care Units due to its ability to handle time-sensitive tasks efficiently?

Batch Operating System

Real-Time Operating System

Multi-User Operating System

Single-User Operating System

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

State what type of translator program would be needed to convert the code above into machine code.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Explain how you would correct the program so it outputs the higher of the two numbers entered.

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The program does not work correctly. Describe what the program actually does, using the numbers 4 and 9 being entered as an example.

The program correctly calculates the sum of 4 and 9.

The program incorrectly calculates the sum of 4 and 9.

The program outputs the product of 4 and 9.

The program crashes when entering the numbers 4 and 9.

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following pseudocode correctly outputs the higher of two given numbers, num1 and num2?

IF num1 > num2 THEN PRINT num1 ELSE PRINT num2

IF num1 < num2 THEN PRINT num2 ELSE PRINT num1

PRINT MAX(num1, num2)

PRINT num1 + num2

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Give one reason the phone needs an operating system.

To manage hardware and software resources

To improve the physical appearance of the phone

To increase the cost of the phone

To decrease battery efficiency

8.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Explain how the developers could use virtual machines.

For testing applications across different operating systems

To increase the physical hardware efficiency

To directly enhance the graphical user interface

All of the above

9.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the primary responsibility of the developer when the CPU receives an interrupt?

To update the user interface

To handle the interrupt by executing the appropriate code

To increase the CPU clock speed

To shut down the system

Discover more resources for Computers