N5 SDD

N5 SDD

10th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

ICT Unit 3: Input, Output, Storage

ICT Unit 3: Input, Output, Storage

6th - 10th Grade

14 Qs

CodeHS - Java Console Review

CodeHS - Java Console Review

8th - 10th Grade

12 Qs

Unit 1: Problem Solving and Computing

Unit 1: Problem Solving and Computing

11th Grade

14 Qs

Computer Hardware

Computer Hardware

9th - 12th Grade

12 Qs

Hardware (kelas 7)

Hardware (kelas 7)

12th Grade

10 Qs

Logic Gates KS3

Logic Gates KS3

10th Grade

9 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Quiz 1 MPT

Quiz 1 MPT

11th Grade

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