Posts

Showing posts from August, 2021

testt

1. What is the full form of the RAM? A) Random answer memory B) Random Access Memory C) Random another memory D) Random aces memory ... Answer is B) The full form of RAM is "Random Access Memory" Show Answer Learn mcqs with computermcqs.com 2. What is the Brain of a Computer? A) ALU B) CU C) CPU D) RAM ... Answer is C) CPU is called brain of the computer. Show Answer 3. Who is the prime minister of India ? A) Narendra Modi B) Ramnath Konvid C) Amit Shah D) Manmohan Singh ... Answer is A) Narenda Modi is the Prime minister of india. Show Answer

test qz n

Q. which option best describes your job role? Small Business Owner or Employee Nonprofit Owner or Employee Journalist or Activist Other Previous Next Q. which option best describes your job role? Small Business Owner or Employee Nonprofit Owner or Employee Journalist or Activist Other Previous Next Q. which option best describes your job role? Small Business Owner or Employee Nonprofit Owner or Employee Journalist or Activist Other Previous Next

testtest

var total_seconds = 30 * 1; var c_minutes = parseInt(total_seconds / 60); var c_seconds = parseInt(total_seconds % 60); var timer; function CheckTime() { document.getElementById("quiz-time-left").innerHTML = 'Time Left: ' + c_minutes + ' minutes ' + c_seconds + ' seconds '; if (total_seconds " + "you used " + (29 - Math.floor(total_seconds)) + " seconds"; return false; } 1. How many yellow cards equal a red card in football? a. 1 b. 2 c. 3 d. 4 1. How many yellow cards equal a red card in football? a. 1 b. 2 c. 3 d. 4 1. How many yellow cards equal a red card in football? a. 1 b. 2 c. 3 d. 4

test test new

Q 1 - Which of the following tag represents a generic document or application section in HTML5? A - section B - article C - aside D - header Answer : A Explanation 'section' tag represents a generic document or application section. It can be used together with h1-h6 to indicate the document structure. Show Answer

test qz new

Multiple Choice Questions Answers Please fill the details and answers the all questions- Ques1 : Who is the father of PHP? Rasmus Lerdorf Larry Wall Zeev Suraski Ques2 : Which of the functions is used to sort an array in descending order? sort() asort() rsort() Ques3 : Which version of PHP introduced the instanceof keyword? PHP 4 PHP 5 PHP 6

test quiz 2

multiple-choice quiz form Vocabulary Quiz I Check the answer to each multiple-coice question, and click on the "Send Form" button to submit the information. 1. The word which means "house" is: maison quatre soleil poisson 2. The word which means "fish" is: maison valise soleil poisson 3. The word which means "suitcase" is: renard valise soleil poisson

teat quiz

//this would be the object shape for storing the questions //you can change the questions to your own taste or even add more questions.. const questions = [ { question: "How many days makes a week ?", optionA: "10 days", optionB: "14 days", optionC: "5 days", optionD: "7 days", correctOption: "optionD" }, { question: "How many players are allowed on a soccer pitch ?", optionA: "10 players", optionB: "11 players", optionC: "9 players", optionD: "12 players", correctOption: "optionB" }, { question: "Who was the first President of USA ?", optionA: "Donald Trump", optionB: "Barack Obama", optionC: "Abraham Lincoln", optionD: "George Washington", correctOpti...