Question 1The code www.scholarly.com representsA.ecommerce addressB.email addressC.sign-up addressD.user addressE.website addressObjective Show full explanation
Question 2In GSM, what does SMS stands for ?A.Short Machine SystemB.Short Machine ServicesC.Short Memory ServicesD.Short Message ServicesE.Short Message SystemObjective Show full explanation
Question 3In online Banking, CRM meansA.Channel Routh MarketB.Customer Relationship ManagementC.Customer Relative MeetingD.Customer Retention ManagerE.Customer Retrieving MoneyObjective Show full explanation
Question 4The statement babasolatitus@yahoo.com is referred to asA.e-mail addressB.facebook addressC.google addressD.yahoo addressE.youtube addressObjective Show full explanation
Question 5Which of the following does NOT belong to a facebook ?A.BookmarkB.FriendC.HomeD.MessageE.ProfilesObjective Show full explanation
Question 6The buying and selling of goods and services through internet is described asA.e-businessB.e-commerceC.e-commoditiesD.e-economicsE.e-purchasingObjective Show full explanation
Question 7In social networking site, you can prevent sharing of photograph with friends by A.changing the profile photographB.changing your passwordC.not fixing it on the siteD.not telling anyone of your photographE.setting the accessObjective Show full explanation
Question 8The full meaning of Fax isA.FacialB.FacilitationC.FacsmileD.Fact findingE.FaxileObjective Show full explanation
Question 9Which one of the following cannot be used to communicate onlineA.Electronic mailing systemB.Instant messageC.Laptop with no internet softwareD.Social network siteE.Voice over internet protocolObjective Show full explanation
Question 10The is a point where external devices are attached to the system unitA.bracketB.circuitC.portD.socketE.slotObjective Show full explanation
Question 11Which of the following functions calculates the largest value in a set numbers in Microsoft Excel ?A.AverageB.CountC.MaximumD.MinimumE.SumObjective Show full explanation
Question 12In spreadsheet, the sum function ____ the total value of a group of cellsA.addsB.dividesC.minimisesD.multipliesE.subtractsObjective Show full explanation
Question 13The function PRODUCT (B1:B4) is equivalent toA.B1+B2+B3+B4B.B1 * B2* B3 * B4C.B1/B2/B3/B4D.B1*B2*B3*B4E.B1-B2-B3-B4Objective Show full explanation
Question 14In spreadsheet package columns are identified usingA.alphabetsB.alpha-numericC.integersD.numeralsE.roman numeralsObjective Show full explanation
Question 15The formula (A2 + A3 + A4) * B5 is equivalent toA.AVERAGE (A1:A4) * B5B.COUNT (A2:A4) * B5C.DIVIDE (A2:A4) * BSD.PRODUCT (A2:A4) * B5E.SUM (A2:A4) * B5Objective Show full explanation
Question 16Which of the following represents decimal 11 in hexadecimal ?A.GB.FC.ED.BE.AObjective Show full explanation
Question 17The machine language is expressed in ........ systemA.binaryB.decimalC.hexadecimalD.nibbleE.octalObjective Show full explanation
Question 18Based 2 is called ___ number systemA.binaryB.dinaryC.heptalD.hexadecimalE.octalObjective Show full explanation
Question 20Hexadecimal numbers are expressed inA.alphabets and binaryB.alphabets and numbersC.alphabets onlyD.binary onlyE.numbers onlyObjective Show full explanation
Question 21Digital computer use the following number system for data representation EXCEPTA.binaryB.dinaryC.hexadecimalD.nonadecimalE.octalObjective Show full explanation
Question 23Convert 271 to an equivalent binary numberA.1000001111 base 2B.1000111 base 2C.10011011 base 2D.100001111 base 2E.110001111 base 2Objective Show full explanation
Question 24What displays the content of the active cell in Microsoft Excel ?A.Edit menuB.Formula barC.Name boxD.Row headingE.Task paneObjective Show full explanation
Question 25What happens when you press Ctrl + V key on a keyboard ?A.The lowercase letter V is changed to uppercase letter V into documentB.The selected item is cut from the documentC.The selected item is pasted at the required locationD.The selected items are distributed vertically on the pageE.Uppercase letter V is typed into your document at the cursor pointObjective Show full explanation
Question 26The symbol represents in _____ flowchartsA.decision boxB.inputC.outputD.processE.stopObjective Show full explanation
Question 27The keyboard shortcuts for CUT is A.CTRL+CB.CTRL +DC.CTRL +GD.CTRL + XE.CTRL +ZObjective Show full explanation
Question 28The word function that corrects text as you type is reffered to asA.Auto correctB.Auto insertC.Auto spellingD.Auto summarizeE.Auto trackObjective Show full explanation
Question 29Which of the following commands is given to reboot the computerA.Ctrl + Alt +DelB.Ctrl + Alt + ShiftC.Ctrl + Alt + TabD.Ctrl + Shift + DelE.Ctrl + Shift + TabObjective Show full explanation
Question 30Which colour combination does the monochrome monitor displaysA.Amber and YellowB.Black and WhiteC.Brown and WhiteD.Green and BlueE.Pink and YellowObjective Show full explanation
Question 31The result of computer processing is displayed on theA.Central processing unitB.KeyboardC.monitorD.PrinterE.system unit.Objective Show full explanation
Question 32Which of these is an example of architectural graphics package ?A.AutocardB.Corel drawC.HarvardD.Instant ArtistE.PaintObjective Show full explanation
Question 33Which of these is NOT a feature of graphic packages ?A.Colour paletteB.Menu barC.Printable areaD.Tool barE.ViewObjective Show full explanation
Question 34Which of these is an example of Graphic package ?A.Corel drawB.Lotus 1,2,3C.Power PointD.Microsoft AccessE.Microsoft ExcelObjective Show full explanation
Question 35Which of these are logical operators ? i. AND ii. END iii. FOR iv. NOT v. ORA.i, ii and iiiB.i, iv and vC.ii, iii and vD.III, iv and vE.ii, iii and vObjective Show full explanation
Question 36The basic statement below means 10 READ B, A, C 20 DATA 2, 5, 1A.The values of A=1,B=5C =2B.The values of A=5,B=1,C=2C.The values of A = 2,B =5,C =1D.The values of A=5,B=2,C=1E.The values of A=1,B=2,C=5.Objective Show full explanation
Question 37Which of the these commands creates a loop in BASIC programming ?A.GOTOB.IF (condition) THENC.IF (condition) THEN (action) ELSED.FOR.... NEXTE.RUNObjective Show full explanation
Question 38Use the program below to answer this question 5 CLS 10 REM PROGRAM SUM OF THE THREE NUMBERS 20 READ A, B, C, 30 DATA 10, 5, 15 40 LET SUMA+B++C 50 PRINT "SUM" SUM 60 ENDThe values of variable A, B and C are shown in the lineA.10B.20C.30D.40E.50Objective Show full explanation
Question 39Use the program below to answer this question 5 CLS 10 REM PROGRAM SUM OF THE THREE NUMBERS 20 READ A, B, C, 30 DATA 10, 5, 15 40 LET SUMA+B++C 50 PRINT "SUM" SUM 60 ENDThe output of the program will look likeA.Sum = 10B.Sum = 20C.Sum = 30D.Sum = 50E.Sum = 60Objective Show full explanation
Question 40The number line ___________ shows the arithmetic operationA.5B.20C.30D.40E.90Objective Show full explanation
Question 41The Basic statement 10 LET X=A+B is a/anA.Assignment statementB.Branch statementC.Input statementD.Looping statementE.Output StatementObjective Show full explanation
Question 42Which of the statement numbers indicate CLEAR THE SCREEN ?A.5B.10C.30D.50E.60Objective Show full explanation
Question 43The Basic statement 10 LET X=A+B is a/anA.Assignment statementB.Branch statementC.Input statementD.Looping statementE.Output StatementObjective Show full explanation
Question 44The command which can be used for output in BASIC programming is calledA.CLSB.LETC.PRINTD.READE.REMObjective Show full explanation
Question 45Which of these is NOT arithmetic operator in BASIC ?A.+B.-C.*D./E.=Objective Show full explanation
Question 46Character set used in BASIC includes the following EXCEPTA.alphabetB.alphanumericC.codesD.numericE.specialObjective Show full explanation
Question 47The desk calculator is an example ofA.analog computerB.digital computerC.hybrid computerD.micro computerE.mini computerObjective Show full explanation
Question 48A byte is made up of _____ .A.eight binary digitsB.eight decimal digitsC.four binary digitsD.eight decimal digitsE.two decimal digitsObjective Show full explanation
Question 49Which of the following is known as the universal gate ?A.AND gateB.OR gateC.NAND gateD.NOR gateE.NOT gateObjective Show full explanation
Question 50The storage medium RAM is volatile. The statement meansA.RAM is a permanent storageB.RAM is Random Access MemoryC.RAM is temporaryD.RAM looses its contents when power is offE.RAM looses its contents when power is onObjective Show full explanation