Golang revision

Golang revision

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

translators

translators

KG - Professional Development

7 Qs

Programming - High Level Code & Machine Code

Programming - High Level Code & Machine Code

2nd - 11th Grade

10 Qs

PI Mod 1 quiz

PI Mod 1 quiz

9th - 12th Grade

10 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

Python Coding with Robots

Python Coding with Robots

12th Grade

10 Qs

GCSE Computer Science - Program Construction

GCSE Computer Science - Program Construction

10th Grade

14 Qs

Top 10 Programming Languages for High Schoolers in 2022

Top 10 Programming Languages for High Schoolers in 2022

12th Grade

10 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Golang revision

Golang revision

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Alex K

Used 62+ 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