Midterm Examination (COMPROG1 7-8 PM)

Midterm Examination (COMPROG1 7-8 PM)

University

32 Qs

quiz-placeholder

Similar activities

C programming Quiz for mind Bogglers in MIT

C programming Quiz for mind Bogglers in MIT

University

35 Qs

CS Quiz Prelims

CS Quiz Prelims

University

30 Qs

ข้อสอบปลายภาค วิชาการเขียนโปรแกรม

ข้อสอบปลายภาค วิชาการเขียนโปรแกรม

University

30 Qs

CC 214 Chapter 3 Quiz (2-A)

CC 214 Chapter 3 Quiz (2-A)

University

33 Qs

QUIZ-KnPI

QUIZ-KnPI

University

30 Qs

CSS Medium level Quiz

CSS Medium level Quiz

University

30 Qs

Python Basics 2

Python Basics 2

5th Grade - Professional Development

36 Qs

JavaScript List

JavaScript List

University

30 Qs

Midterm Examination (COMPROG1 7-8 PM)

Midterm Examination (COMPROG1 7-8 PM)

Assessment

Quiz

Computers

University

Hard

Created by

School 2022

Used 1+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Determine the value of the following expressions.

Assume A = 5, B = 2, C = 4, D = 6 and E = 3.

A > B.

The Relational expression is True. Therefore the value is

1

The Relational expression is True. Therefore the value is 5

The Relational expression is False. Therefore the value is 1

The Relational expression is False. Therefore the value is 5

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A person's age is equal to 30

age =30

age ==30

age =>30

age <=30

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A person's temperature is greater than 98.6

temp > 98.6

temp < 98.6

temp = 98.6

temp == 98.6

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A person's height is less than 6 feet

height  => 6.00

height  = 6.00

height  > 6.00

height  < 6.00

5.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

The current month is 12 (December)

month ==112

moth ==12

month =12

month ==12

6.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

The letter input is m

let = ‘m’

let_in == ‘m’

let == ‘m’

let_in = ‘m’

7.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

A person's age is equal to 30 and the person is taller than 6 feet.

age == 30 & ht > 6.00

age == 30 && ht > 6.00

age == 30 && ht < 6.00

age = 30 && ht > 6.00

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?