NEW
Font size
WorksheetsWhat do you know about software development?
Total questions: 13
Worksheet time: 11mins
Which of the next sentences are very famous between programmers?
Hello World!
Hey you!
Put your hands up on the air!
Mind the gap.
Love is in the air.
Which of the following options is more similar to a computer program?
Sudoku
Book
Cooking recipe
Internet
Drawing
What do we call the "language" that computers understand?
Computer language
English
Siri
Programming language
Machine language
Which one is false?
Programs are written in binary, so developers use Boole algebra to produce them.
Source code is written in a programming language.
A program is written in machine language.
Machine languages are written in binary (ones and zeros).
Assembly language is a different way to writte machine language, easier to understand for humans but unusable for computers.
Must every source code be compiled to be executed?
Yes, the source code always must be converted to a machine language, which could be understood by the computer.
No, the source code (or processed source code) of some languages is run by an interpreter. You need the interpreter to run it, but you can run it in different devices.
Yes, the source code is just text, and it cannot be executed if it is not compiled.
Yes, and sometimes is also needed to link it with other libraries.
Yes, and the program to do it is the compiler.
Which of the following options is a programming language?
Linux
CSS
Visual Basic .NET
HTML
MS-DOS
Which of the following options is NOT a programming language?
C
Java
Python
PHP
FTP
Which of the following options is NOT a programming language?
Objective-C
C++
JavaScript
SQL
Swift
Which of the following options is NOT a programming language?
Ada 95
XML
C#
R
Ruby
