Golang revision

Golang revision

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Robotics

Robotics

9th - 10th Grade

14 Qs

Principles of Programming

Principles of Programming

KG - University

13 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

Software: Programming Languages

Software: Programming Languages

10th - 12th Grade

14 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

46. Programming 1 : Variables & Constants

46. Programming 1 : Variables & Constants

9th - 12th Grade

11 Qs

S3 SDD Unit 2 - 6. Evaluation

S3 SDD Unit 2 - 6. Evaluation

9th Grade

10 Qs

Computational Thinking

Computational Thinking

9th - 11th Grade

12 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