Golang revision

Golang revision

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Python end

Python end

10th Grade

10 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Software: Programming Languages

Software: Programming Languages

10th - 12th Grade

14 Qs

Python Variables Quiz

Python Variables Quiz

12th Grade

12 Qs

STRINGS

STRINGS

11th Grade

10 Qs

Python L1

Python L1

8th Grade - University

14 Qs

S3 SDD Unit 2 - 6. Evaluation

S3 SDD Unit 2 - 6. Evaluation

9th Grade

10 Qs

Golang revision

Golang revision

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Alex K

Used 64+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stings, integers and floats are examples of...

Variables

Types

Software

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The rules that govern the use of types in a programming language are known as a...

Type system

Type checking

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

C is an example of a ____ level language.

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Java, Python and Go are examples of ____ level languages.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What application converts your human-readable code into machine-readable instructions?

The debugger

The compiler

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statically types programming languages check their types at...

Compile time (before the program has been compiled)

Run time (after the program has been compiled)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dynamically types programming languages check their types at...

Compile time (before the program has been compiled)

Run time (after the program has been compiled)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Golang is a ...

Statically typed language

Dynamically typed language

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python v Go: which would execute its code quicker? (i.e. which is more efficient?)

Python

Go