N5 SDD

N5 SDD

10th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Input & Output Device

Input & Output Device

7th - 10th Grade

10 Qs

Types of Machine Learning

Types of Machine Learning

9th - 12th Grade

11 Qs

Fundamentals of computer

Fundamentals of computer

10th Grade

14 Qs

8.1 Algorithms Class Quiz

8.1 Algorithms Class Quiz

7th - 11th Grade

10 Qs

Uji Pengetahuan Perangkat Keras

Uji Pengetahuan Perangkat Keras

7th Grade - University

10 Qs

Flowol

Flowol

KG - University

10 Qs

Input, Output, or Storage

Input, Output, or Storage

6th - 12th Grade

12 Qs

บทที่ 3 ระบบทางเทคโนโลยี

บทที่ 3 ระบบทางเทคโนโลยี

KG - 12th 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