Quizzes, Questions & Answers
Recent Quizzes
10 multiple choice review questions on a variety of computer science
topics designed to help you prepare for the NOCTI. More questions can
be found on the NOCTI website.Scoring: Each question is worth 10 points.
Questions: 10 | Attempts: 8059 | Last updated: Mar 22, 2023
-
Sample QuestionA twisted-pair cable that uses RJ-45 connectors has how many wires?
10 true or false review questions on a variety of computer science topics designed to help you prepare for the NOCTI. More questions can be found on the NOCTI website.Scoring: Each question is worth 10 points.
Questions: 10 | Attempts: 292 | Last updated: Mar 21, 2023
-
Sample QuestionThe form factor describes the size, shape and major features of a hardware component.
Test over all the concepts covered in during the technology applications semester course.
Questions: 10 | Attempts: 454 | Last updated: Mar 20, 2023
-
Sample QuestionA (An) ______ checks each floppy disk automatically as it is inserted into the disk drive and scans all data from telecommunications devices.
We welcome you to this Program aptitude test (PAT) preparation quiz. This test is intended for preparation purposes only and not for any evaluation purposes. Our quiz follows a format similar to the PAT. All the questions are...
Questions: 57 | Attempts: 10193 | Last updated: Jun 17, 2024
-
Sample QuestionFrom the choices that follow, choose the one that best fills the blank(s) in the sentence. It is argued that the Indian security system is ____ only in ____ the less resourceful terrorist outfits.
LPI 101 Quiz - Most of the text is from: http://www.happy-monkey.net/LPI/html/ (Copyright (c) 2004-2006 by David Horton - This document is released under the terms of the Creative Commons
Attribution-ShareAlike
license)
Questions: 5 | Attempts: 840 | Last updated: Mar 20, 2022
-
Sample QuestionWhat two commands show the status of processes in a Linux system?
This quiz assesses knowledge in Guidewire integration, focusing on enterprise integration patterns, mechanisms, and configuration using GScript and XML.
Questions: 7 | Attempts: 2873 | Last updated: Mar 22, 2023
-
Sample Question1. Which of these are considered to be one of the 4 essential Enterprise Integration Patterns used in Guidewire Integration?
Do you want to become an Oracle Certified Associate (OCA)? Want to check how good is your practice level? The quiz below will help you to measure your competency level. So, what are you waiting for? Take this practice test and...
Questions: 30 | Attempts: 1768 | Last updated: Aug 21, 2023
-
Sample QuestionExamine this procedure: CREATE PROCEDURE add_theater IS BEGIN INSERT INTO theater VALUES (35, 'Riverplace Theatre', '1222 River Drive, Austin, Tx.'); END; Which three statements about this procedure are true? (Choose three.)
What do you know about the Oracle Certification Exam? Would you like to put your knowledge to the test? The Oracle Certification Program certifies candidates on skills and experience pertaining to Oracle manufactured goods and...
Questions: 75 | Attempts: 2183 | Last updated: Jul 4, 2024
-
Sample QuestionCREATE OR REPLACE PACKAGE theater_pck IS PROCEDURE find_seats_sold (v_movie_id IN NUMBER DEFAULT 34, v_theater_id IN NUMBER); END theater_pck; CREATE OR REPLACE PACKAGE BODY theater_pck IS current_avg_cost_per_ticket NUMBER; PROCEDURE find_seats_sold (v_movie_id IN NUMBER DEFAULT 34, v_theater_id IN NUMBER) IS v_seats_sold gross_receipt.seats_sold%TYPE; v_budget studio.yearly_budget%TYPE; BEGIN SELECT seats_sold INTO v_seats_sold FROM gross_receipt WHERE movie_id = v_movie_id AND theater_id = v_theater_id; END find_seats_sold; FUNCTION get_budget (v_studio_id IN NUMBER) RETURN number IS v_yearly_budget NUMBER; BEGIN SELECT yearly_budget INTO v_yearly_budget FROM studio WHERE id = v_studio_id; RETURN v_yearly_budget; END get_budget; END theater_pck; Which statement about the CURRENT_AVG_COST_PER_TICKET variable is true?
The European Computer Driving Licence is a certification programme for teaching computer literacy, run by the non-profit organisation ECDL Foundation. If you think you know a lot about computer science and how computers work,...
Questions: 5 | Attempts: 13761 | Last updated: Apr 21, 2023
-
Sample QuestionWhich of the following could be termed a 'peripheral'?
This Linux LPI 117-101 # Bonus quiz assesses knowledge on X server configuration, focusing on environment variables, remote access, and security. It is ideal for system administrators and IT professionals looking to validate...
Questions: 12 | Attempts: 96 | Last updated: Nov 20, 2023
-
Sample QuestionWhat environment variable is used to remotely display another machines X sessionon yours?
Advertisement