Programmering 1 motherQuiz v1

Programmering 1 motherQuiz v1

11th Grade

28 Qs

quiz-placeholder

Similar activities

scratch

scratch

9th Grade - University

25 Qs

F1 practice test

F1 practice test

9th - 12th Grade

23 Qs

Introduction to Scratch

Introduction to Scratch

6th Grade - University

24 Qs

Robotics Quiz 1

Robotics Quiz 1

9th - 12th Grade

25 Qs

018_Blockchain Technology - CompTIA Security+ SY0-701 - 1.4

018_Blockchain Technology - CompTIA Security+ SY0-701 - 1.4

9th Grade - University

23 Qs

Snap Quiz

Snap Quiz

5th - 12th Grade

25 Qs

Scratch basics

Scratch basics

11th - 12th Grade

25 Qs

Font and Paragraph Formatting

Font and Paragraph Formatting

9th - 12th Grade

24 Qs

Programmering 1 motherQuiz v1

Programmering 1 motherQuiz v1

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Joakim Camming

Used 5+ times

FREE Resource

28 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

int x = ____.Parse("234");

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Strängen "5.05" ska typomvandlas till double

double tal = ________

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variabeln tal (= 212.50) ska typomvandlas till datatypen string

double tal = double.Parse(212.50)

double tal = 212.50

string txtTal = double.ToString()

string txtTal = tal.ToString()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x = 1;

int tal = x++ ;

Vad är värdet på tal och x efter koden ovan?

tal = 1

x = 1

tal = 1

x = 2

tal = 2

x = 1

tal = 2

x = 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x = 1;

int tal = ++x ;

Vad är värdet på tal och x efter koden ovan?

tal = 1

x = 1

tal = 1

x = 2

tal = 2

x = 1

tal = 2

x = 2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vad blir resultatet?

! ( 3 < 4 )

true

false

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vad blir resultatet?

3 > 4 && 3 > 2

true

false

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?