[ report this test ]

Windows Batch test

Do you know those facts about the programming language built into Windows? Take the test to find out. The test will cover the pure Batch without any external programs, on a clean Windows install.



1)

A "size 10" command will set the text character size to 10 points.

 
 

2)

Can you create a graphical user interface?

 
 

3)

What is the command for testing the network connection?

 
 
 
 
 

4)

How many colors are supported by Batch?

 
 
 
 
 
 
 
 

5)

What is the extension of Batch files?

 
 
 
 
 
 
 

6)

When using the "ping" command, how many tests does it take by default?

 
 
 
 
 

7)

What do you use to control the number of the tests?

 
 
 
 
 
 

8)

Are Windows 10 batch files compatible with Windows 7?

 
 

9)

Are Windows 10 batch files compatible with Windows 2000?

 
 

10)

Are Windows 10 batch files compatible with Windows NT 4.0?

 
 

11)

Are Windows 10 batch files compatible with Windows 95?

 
 

12)

Are Windows 10 batch files compatible with MS-DOS?

 
 

13)

After typing "color aa", the screen turns green

 
 

14)

You can download programs from the Internet using it.

 
 

15)

Is it useful in modern applications?

 
 

16)

Is it a cool skill to have?

 
 

17)

"clear" is used to clear the screen.

 
 

18)

"cls" is used to clear the screen.

 
 

19)

You can use Unicode encoding to write Batch files

 
 

20)

What is the default command processor for modern Batch files?

 
 
 
 
 
 

21)

Is Batch compiled or interpreted?

 
 

22)

You can adjust the text resolution for windowed mode by typing "mode <columns>,<lines>"

 
 

23)

You can adjust the text resolution for windowed mode by typing "res <columns>,<lines>"

 
 

24)

You can hide the text using "[hide]" at the end of the command.

 
 

25)

You can hide the text using ">nul" at the end of the command.

 
 

26)

Batch can read text files and assign lines to variables using "for" loops.

 
 

27)

It's possible to play sound without running any external programs. (Yes, VBScript counts as an external program.)

 
 

28)

When writing a program in Batch, using "@echo off" is mandatory for readable menus.

 
 

29)

set /a x=1+1

 
 
 

30)

set x=1+1

 
 
 

31)

set /p x=1+1

 
 
 

32)

To display all available colors, you can type "color /?" in CMD.

 
 

33)

The default colors are...

 
 
 
 
 


[ report this test ]

[ edit test ]

Copyright ©2005-2024 Darrell C. Sydlo ---- Privacy Policy ---- Contact ----
NerdTests.com - Make Your Online Test or Quiz!