data_type

data_type

12th Grade - University

10 Qs

quiz-placeholder

Similar activities

Python Data types

Python Data types

5th - 12th Grade

10 Qs

coding

coding

KG - Professional Development

15 Qs

Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

L.8. STRINGS AND STRING MANIPULATION -1

L.8. STRINGS AND STRING MANIPULATION -1

12th Grade

10 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

MS Core Java Quiz-1 2023

MS Core Java Quiz-1 2023

University

10 Qs

Quiz dmi2

Quiz dmi2

12th Grade - University

10 Qs

data_type

data_type

Assessment

Quiz

Computers, Science

12th Grade - University

Hard

Created by

SEIREY Chhunheng

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

1, Choose right data types of the group numbers : 5,2,-8,90,30,-2

Integer

Float Number

Character

String

Real

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

1, Choose right data types of the group numbers : 15.02, 45.01, -15.25

Integer

Float Number

Character

String

Real

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

1, Choose right data types of the group numbers : 12.5, 25, -5 , 35, -5.256

Integer

Float Number

Character

String

Real

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose the right data type of x, x <- 'T'

Integer

Float Number

Character

String

Real

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose the right data type of x, x <- "Hello dears"

Integer

Float Number

Character

String

Real

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose the right data type of x, x <- True

Integer

Boolean

Character

String

Real

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Predict the output of an algorithm :

var n1: Integer

var n2: Integer

var result

Begin

n1 <- 5

n2 <- 3

result <- n1 MOD n2

write(result)

result <- n1 DIV n2

write(result) ;

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?