NEW
Font size
WorksheetsComputer Science Very Hard
Total questions: 10
Worksheet time: 5mins
What is the error in this python code?
Missing semicolon (;) in line 4
Wrong function declaration
Semicolon (;) in line 2
print() is not a python function
What is the right syntax to install a package in Debian?
sudo pacman -S <package-name>
git clone <package-name>
sudo apt-get install <package-name>
sudo dnf install <package-name>
What is the right syntax to install a package in arch-linux?
sudo dnf install <package-name>
sudo rm -rf / <package-name>
sudo pacman -S <package-name>
sudo emerge <package-name>
What kind of software is this?
JavaScript IDE
Game engine
Sniffer
Distro Linux
What is this code suppose to do?
It prints a number 10 times using multithreading
It opens 10 threads in a loop
It declares a class child of Thread
It raises an error
Wich library does use this javaScript code?
MongoDB
jQuery
Standard DOM
Ajax
What are the rights commands to execute to push files in a git directory?
git add *
git commit
git push
git commit
git add *
git push
git add *
git merge branch master
git push
git add *
git commit
git pull
What does this SQL code do?
It creates a database and a table
It creates only a table
It inserts a row in a table called "schools"
It deletes a database
What type of script is this?
Collition Sprites of Game
Web App Script
Machine Learning Script
It creates a 3D Model
What type of programming language is this?
Javascript
A simple TXT file
MySQL
Markdown
