IT103 QUIZ

IT103 QUIZ

1st Grade

9 Qs

quiz-placeholder

Similar activities

Programming languages

Programming languages

1st - 3rd Grade

10 Qs

Genius Hour Practice Quiz

Genius Hour Practice Quiz

KG - 12th Grade

10 Qs

Scientific Method

Scientific Method

KG - 3rd Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - 10th Grade

10 Qs

TRUE OR FALSE

TRUE OR FALSE

1st - 12th Grade

10 Qs

Rabbits

Rabbits

KG - 2nd Grade

12 Qs

Hari 3 - Kuis Coding & Perkenalan AI by ANISSA

Hari 3 - Kuis Coding & Perkenalan AI by ANISSA

1st Grade - Professional Development

10 Qs

Flexible Learning

Flexible Learning

KG - University

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.