IT103 QUIZ

IT103 QUIZ

1st Grade

9 Qs

quiz-placeholder

Similar activities

scratch

scratch

1st - 12th Grade

10 Qs

coding fundamentals in code.org

coding fundamentals in code.org

1st - 5th Grade

10 Qs

TV show trivia!

TV show trivia!

KG - 12th Grade

13 Qs

Basic Programming Concepts

Basic Programming Concepts

1st Grade

11 Qs

Quizizz

Quizizz

KG - 5th Grade

12 Qs

hype house

hype house

KG - Professional Development

10 Qs

Fire Safety

Fire Safety

KG - 2nd Grade

10 Qs

EQL201 1

EQL201 1

1st - 9th Grade

10 Qs

IT103 QUIZ

IT103 QUIZ

Assessment

Quiz

Other

1st Grade

Hard

Created by

Nesly Palo

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A function is a block of code that can be referenced by name to run the code it contains.

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Variables should be named using camel case, meaning the first word of the name is lowercase and each new word after that is capitalized

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

C is a powerful multi-platform programming language.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

There are a lot of different text programming languages programmers can use, and JavaScript is one of the most popular programming languages.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

An Algorithm is a way to provide more information to a function

TRUE

FALSE

6.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Check a condition and then run a code block.

7.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Variables can hold data besides numbers, including words. Programmers refer to variables holding words.

8.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Is a programming language that’s currently becoming more and more powerful with every new library added to its collection.

9.

FILL IN THE BLANK QUESTION

1 min • 3 pts

The way you tell a computer to perform an action is by giving it instructions or writing statements to explain a desired action.