Sunday, October 7, 2018

A simple Quiz

Hello everyone welcome back!!
Today I gonna show you how to make a simple quiz in notepad or notepad++

Just type or copy the following code in notepad or notepad++


@echo off
title Quiz
echo Quiz time
pause
echo Q1) What is Indian National flag made up of?
echo a) Cotton          b) Wool
echo c) Khadi           d) Polyester
pause
echo If you thought about Khadi you are absolutely correct.
pause
cls
echo Q2) What language do computer understand?
echo a) English         b) Binary
echo c) French          c) Hindi
pause
echo If you thought about Binary you are absolutely correct.
pause
cls
echo Q3) Which snake is the fastest snake on Earth?
echo a) Viper           b) King Cobra
echo c) Black mamba     d) Rattle snake
pause
echo If you thought about Black mamba then you are absolutely correct.
pause
cls
echo Q4) What is the largest storage unit in computer?
echo a) Megabytes(mb)   b) Terabytes(tb)
echo c) Kilobytes(kb)   d) Petabyte(pb)
pause
echo If you thought about Petabyte then you are absolutely correct.
pause
cls
echo Q5) Which is the largest skyscrapper in the world?
echo a) Petronas Twin tower  b) Qutub Minar
echo c) Burj Khalifa    d) Prince tower
pause
echo If you thought about Burj Khalifa then you are absolutely correct.
pause
echo Thank You and please play again.
pause
exit


if you want to add more questions please add it as follows:

cls
echo Q#) ---------------------Your Question----------------------?
echo a)option 1                  b)option 2
echo c)option 3                  d)option 4
pause If you thought about option then you are absolutely correct.

Replace # with ouestion number (1,2,3,4,5,6,etc.).


If you like my post then please leave a comment.
And I would request you all to make any suggestions in the comment section.
Thank You.

3 comments:

  1. Nice blog. Here I found some question. If you prepare for some quiz then you have to see these quiz question. Thanks

    ReplyDelete
  2. Nothing remain forever. Then why to keep same patter of work again and again. Why to repeat same strategy for very essay. Use differ strategy for different subjects because every subject has its own meaning. Keep such posts on.
    embyology quizzes

    ReplyDelete
  3. Hello everyone we are offering our repairing service in noida computer repair services in noida.

    ReplyDelete

How To Overclock Your CPU without going into BIOS Settings

 Hello everyone, Let's get straight to the topic.  Most of the people who want to overclock their CPU are asked to follow the most commo...