Quiz1

Quiz1

1st - 5th Grade

8 Qs

quiz-placeholder

Similar activities

REFUERZO NAGRA 2

REFUERZO NAGRA 2

1st - 12th Grade

5 Qs

Binary and Linear Searching Algorithms

Binary and Linear Searching Algorithms

KG - Professional Development

8 Qs

Lesson 43 - Dictionary Datatype 1

Lesson 43 - Dictionary Datatype 1

5th - 8th Grade

10 Qs

Unable To Obtain IP

Unable To Obtain IP

1st Grade

10 Qs

ICETREES Scratch Quiz

ICETREES Scratch Quiz

2nd - 10th Grade

6 Qs

Lesson 1 - Python introduction,variable & datatypes

Lesson 1 - Python introduction,variable & datatypes

5th - 8th Grade

10 Qs

SeeSaw Assessment

SeeSaw Assessment

KG - 5th Grade

11 Qs

Eagle University May 3, 2016

Eagle University May 3, 2016

KG - University

13 Qs

Quiz1

Quiz1

Assessment

Quiz

Professional Development

1st - 5th Grade

Hard

Created by

Kadry Hanafy Mahmoud Kadry

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What level of programming languages that is of maximum

efficiency and very close to machine language and computer

hardware?​

a) High-level programming languages

b) Medium-level programming languages

c) Low-level programming languages

d) Block-based programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What variable declaration line gives a syntax error?

a) x1 = 4

b) 1$ = 48.2

c) _y = "hello"

d) B and C

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the type printed in this code?​

a) Int

b) Float

c) String

d) Bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of error is where the code runs but produces incorrect results due to flawed implementation?

a) Syntax Error

b) Runtime Error

c) Logical Error

d) Type Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code? 

a) True False False

b) True True False

c) False False True

d) False True False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

the output of this code is
Answer: 2

3

a) True

b) False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What’s printed by this code?

Answer: True

a) True

b) False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The code is executed line by line.

Answer:

The code is executed line by line.

a) True

b) False