NEW
Font size
WorksheetsMLP - ICTAK Skill Quiz - Coding Skills
Total questions: 10
Worksheet time: 5mins
What does HTML stand for?
Hyper Transfer Markup Language
Hyper Text Markup Language
High-level Text Markup Language
Hyperlinks and Text Markup Language
Which programming language is often used for building dynamic web applications?
HTML
Python
JavaScript
Java
In Python, how do you print "Hello, World!" to the console?
print "Hello, World!"
console.log("Hello, World!")
System.out.println("Hello, World!"
print("Hello, World!"
What is the result of the following expression in JavaScript: 3 + "2"?
5
32
6
'32'
Which data type in Python is used to store a sequence of elements?
'string'.
'tuple'.
'dictionary'.
'list'.
In programming, what is a loop used for?
What is the purpose of a function in programming?
To define a variable
To display a message on the screen
To perform a specific task or set of tasks
To comment on code
Which operator is used for equality comparison in Python?
Which of the following is NOT a valid data type in most programming languages?
Fraction
What does the term "version control" refer to in software development?
the practice of controlling the speed at which software updates are released
to the process of naming different versions of software after different animals
the management of changes to documents, computer programs, large web sites, and other collections of information.
to the act of controlling the visual appearance of software interfaces
