quiz 1

quiz 1

1st - 5th Grade

5 Qs

quiz-placeholder

Similar activities

EPP-ICT (M-9)

EPP-ICT (M-9)

4th Grade

10 Qs

Sampung Panuntunan sa Tamang Paggamit ng ICT

Sampung Panuntunan sa Tamang Paggamit ng ICT

4th Grade

10 Qs

BÀI TẬP BÀI TH8

BÀI TẬP BÀI TH8

1st Grade - University

10 Qs

nvbn

nvbn

KG - Professional Development

4 Qs

Questionnaire sans titre

Questionnaire sans titre

1st Grade

10 Qs

EPP ICT Isaisip

EPP ICT Isaisip

5th Grade

10 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

EPP5_DISCUSSION FORUM

EPP5_DISCUSSION FORUM

5th Grade

10 Qs

quiz 1

quiz 1

Assessment

Quiz

Computers

1st - 5th Grade

Easy

Created by

toqa mohamed

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

OPEN ENDED QUESTION

10 mins • 1 pt

Write a program that reads 3 integers about the class room (using this variables: Number of boys (nb), number of girls (ng), number of teachers (nt))

Prepare and print a boolean variable for these cases:

  1. 1. ng less than or equal to 30

  2. 2. nb > 20 and nt > 2 or ng > 30 and nt > 4

  3. 3. Difference between nb and ng is more than 10 or nt > 5

  4. paste your code here!

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

simplify this expression:

T && T || T && (F || (T && (T && T)))

T

F

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

what is the output of the program?

12

124

1214

0

4.

OPEN ENDED QUESTION

10 mins • 1 pt

assume you have a=8 and b=19, we want to swap(نبدل) the two numbers (example output: a=19 and b=8) paste your code here

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

5 mins • 1 pt

write a code to get the first digit of the number 2132023

Evaluate responses using AI:

OFF