Quiz 1.2

Quiz 1.2

Professional Development

32 Qs

quiz-placeholder

Similar activities

Algoritma T1

Algoritma T1

Professional Development

35 Qs

Python Quiz

Python Quiz

Professional Development

27 Qs

A+ - 9A - Deploy Printer and Multifunction Devices

A+ - 9A - Deploy Printer and Multifunction Devices

Professional Development

27 Qs

UG Code Breaker Challenge Round-1

UG Code Breaker Challenge Round-1

Professional Development

30 Qs

Quiz 7.1

Quiz 7.1

Professional Development

31 Qs

Flutter_Q3 G4

Flutter_Q3 G4

Professional Development

29 Qs

Basics of C

Basics of C

Professional Development

30 Qs

Quiz Fanuc Français

Quiz Fanuc Français

KG - Professional Development

27 Qs

Quiz 1.2

Quiz 1.2

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Mohand Mahmoud

Used 1+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is output of this code:

int x = 5.2

print(x)

5

5.2

5.0

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

x = 14.9;

what is the type of variable x?

int

float

double

str

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

a = 9;

b = 5;

print("a>b");

what is the output of this code?


True

False

a>b

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Type casting is when you assign a value of one data type to another type??

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How do you start writing an if statement ?


if x > y:

if x>y {

if x > y then:

if (x > y)

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

what is the output of this code?

name="Ali"

out = name +"Ahmed"

print(out)

Ahmed

Ali

Ali Ahmed

Erorr

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

a = 9

b = 5

print(a>b and 4>7)

what is the output of this code?

9>5 and 4>7

a>b and 4>7

True

False

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?