In Word, a green wavy underline denotes a potential ________ error
A) grammar
B) file
C) computer
D) spelling
A
You might also like to view...
The __________ test is the most basic test of randomness and must be included in any test suite.
A. frequency B. runs C. unpredictability D. Maurer
What is the value of intTotal after the following code executes?
``` Dim intNumber1 As Integer = 2 Dim intNumber2 As Integer = 3 Dim intTotal As Integer intTotal = AddSquares(intNumber1, intNumber2) Function AddSquares(ByVal intA As Integer, ByVal intB As Integer) As Integer intA = intA * intA intB = intB * intB Return intA + intB intA = 0 intB = 0 End Function ``` a. 0 b. 5 c. 10 d. 13
Dial-up Internet access is referred to as a ____ system.
A. broadband B. narrowband C. traceroute D. bandwidth
You have an interface on a router with the IP address 192.168.192.10/29. What is the broadcast address the hosts will use on this LAN?
A) 192.168.192.15 B) 192.168.192.31 C) 192.168.192.63 D) 192.168.192.127