Data Types

Data Types

12th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Languages

Programming Languages

1st Grade - University

15 Qs

8.12 C++ Test on Classes

8.12 C++ Test on Classes

9th - 12th Grade

15 Qs

Tipos de variables - Arduino

Tipos de variables - Arduino

10th - 12th Grade

10 Qs

Python Basics

Python Basics

9th - 12th Grade

5 Qs

SIOT - Komunikasi Data Serial UART

SIOT - Komunikasi Data Serial UART

11th - 12th Grade

15 Qs

Lenguaje de programación 2 3CV

Lenguaje de programación 2 3CV

12th Grade

12 Qs

Variables in RobotC

Variables in RobotC

9th - 12th Grade

15 Qs

Variables, Tipos de Dato, Lectura y Escritura C++

Variables, Tipos de Dato, Lectura y Escritura C++

7th Grade - Professional Development

12 Qs

Data Types

Data Types

Assessment

Quiz

Created by

JHOESA CASTRO

Instructional Technology

12th Grade

31 plays

Hard

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Teacher would like to create a program that will classify if a student’s grade must

be marked Passed or Failed. Any grades lower than 60 is considered failed.

What Data Type to be used?

Float

Integer

String

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the data type to convert the length in feet to centimeter.

Integer

Float

Boolean

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the data type that will read the two sides of a rectangle and calculate its

area.

String

Float

Integer

Char

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify what data type that will calculate the roots of a quadratic equation

ax2+bx+c=0. Hint: d=sqrt(b2-4ac), and the roots are: x1=(-b+d)/2a and x2=(-b-d)/2a

Integer

Boolead

Void

Float

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify what data type that will determine the largest value and prints the largest value with an identifying message.

String

Char

Integer

Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The greater number between two numbers. What data type to be used?

Float

Integer

String

Void

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False, Yes or No or On and Off. What data type to be used?

Float

Boolean

String

Void

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?