Data Types, Variables and Flowcharts

Data Types, Variables and Flowcharts

9th Grade

7 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th Grade - University

10 Qs

Java Certification

Java Certification

9th Grade - University

11 Qs

Java Their

Java Their

9th Grade - University

11 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

C++ DataTypes/Operations/Variables

C++ DataTypes/Operations/Variables

9th - 12th Grade

10 Qs

Test

Test

9th Grade

10 Qs

Python  beginners quiz

Python beginners quiz

9th - 10th Grade

10 Qs

C++ Quiz 6: Advanced Features

C++ Quiz 6: Advanced Features

7th - 12th Grade

8 Qs

Data Types, Variables and Flowcharts

Data Types, Variables and Flowcharts

Assessment

Quiz

Computers

9th Grade

Medium

Used 76+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does a flowchart show?
Images
Variable
Workflow
Signals

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is a datatype?
Function
Diagram
String
Element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is the correct definition of an integer variable?
int a = 10;
integer a = 10;
in x = 20;
Value x = 21;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the main use for variables in programming?
Deleting elements.
Storing values.
Looping code.
Emptying a string.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is a comparison operator?
/
+
%
>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which is the correct use of a mathematical operator?
int x = 5 + 7;
5 && 0
string s="10 and 2";
int y = 10;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of these variable definitions is not correct?
String s="Hello";
Float  f="10";
int i = 0;
double d = 1000;