N5 SDD

N5 SDD

10th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Evaluasi Bab 9

Evaluasi Bab 9

10th Grade

10 Qs

Flow Charts (OCR GCSE)

Flow Charts (OCR GCSE)

7th - 11th Grade

10 Qs

AP CSP Boolean Logic 2

AP CSP Boolean Logic 2

9th - 12th Grade

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

IB Computer Organisation

IB Computer Organisation

9th - 12th Grade

14 Qs

Algoritma dan flowchart

Algoritma dan flowchart

1st - 10th Grade

10 Qs

Computer Systems

Computer Systems

1st - 12th Grade

6 Qs

Sistem Penyusun komputer

Sistem Penyusun komputer

10th Grade - University

10 Qs

N5 SDD

N5 SDD

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Martin McCormack

Used 10+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are to create a program that asks the user to enter their date of birth, the program will then tell the user how many days they have been alive for.

What is the input/process/output for this scenario

Input:Date of Birth

Process: calculate number of days between DOB and today

Output: Number of days alive

Input:Date of Birth

Process: Number of days alive

Output: calculate number of days between DOB and today

Input:Date of Birth

Process: Subtraction

Output: Age

Input:Age

Process: Subtraction

Output: Days alive

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the logical operator

FOR

While

AND

=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the logical operator below

IF

WHILE

OR

SELECT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the logical operator

:

NULL

NOT

WHERE

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all the pre-defined functions

Round

Length

Random

WHILE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct code to generate a random number between 1 and 10

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is correct input validation

TRUE

FALSE

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input validation requires what kind of loop

WHILE

FOR

IF

LOOP

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This code will calculate the length of the string stored in the variable name_length

True

False