
Programmering 1 motherQuiz v1
Authored by Joakim Camming
Computers
11th Grade
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?