
ICT Quiz
Quiz by sanle lewin
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What phase below the best matches the term 'WEB SERVER'?
Q2: What is the best sound format when it comes to conserving space insert into webpage?
Q3: What is your webpage called when you are coding it?
Q4: What is the software used to browse the World Wide Web?
Q5: Which of these are public areas for wireless network access?
Q6: Which one is the number of times that a signal’s amplitude peaks?
Q7: Which command displays the IP addressing information for a workstation on all later versions?
Q8: Which mode terminology is used in this simulation?
Q9: Which code name is for the latest android phones version (15)?
Q10: Which is the name of packaging tool for Android application?
Q11: For Hard-Disk optimization of performance, which of the following scheduled task wizard should run by technician?
Q12: Which one is the most important criteria to consider when selecting a motherboard?
Q13: Which is the high-speed memory buffer that temporarily stores data the processor needs, to retrieve data faster than it came from main memory?
Q14: Which one is the measurement unit of CPU speed?
Q15: Which of the following is the correct operator to compare two variables?
main()
{
int a = 0, b = 2, c = 3;
int sum, product;
if(a<0)
{
product = a * b * c ;
print("Product is", product);
} elseÂ
{
sum = a + b + c ;
print("Sum is", sum);
}