Waec Computer science 2022

Waec Computer science 2022

Here is the waec Computer science answers 2022

COMPUTER STUDIES:
1-10: BABDDBDCDD
11-20: ABBDABDDBC
21-30: CCDCCDDBDC
31-40: BCACBBDCCC
41-50: AAA–BAADA

 

(1b)

(i) Dot Matrix Printers.

(ii) Thermal Printers.

(iii) Inkjet Printerrs.

(iv) Laser Printers.

(1a)

An output device is any piece of computer hardware equipment which converts information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment. It can be text, graphics, tactile, audio, or video.

(1b)

(Choose any 2)

(i) Dot Matrix Printers.

(ii) Thermal Printers.

(iii) Inkjet Printerrs.

(iv) Laser Printers.

(2bi)

(i) Star Topology is very popular because the startup cost is low.

(ii) It is easy to add new nodes to the network.

Choose one

(2bi)

– Less expensive because each device only need one I/O port and wishes to be connected with hub with one link.

(2bii)

– it makes linear connections much easier to complete.

(2ci)

– Bus topology is not great for large networks

(2cii)

– If any individual connection in the ring is broken, the entire network is affected.

(1a)

An output device is any piece of computer hardware equipment which converts information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment.

(1b)

(i) Dot Matrix Printers.

(ii) Thermal Printers.

(1ci)

[img]https://i.imgur.com/y59m2a9.png[/img]

(1cii)

“true” if either or both of the inputs are “true.” If both inputs are “false,” then the output is “false.” In other words, for the output to be 1, at least input one OR two must be 1.

(1d)

(i)OR Gate

(ii) AND Gate

(2ai)
[img]https://i.imgur.com/1M79rBz.png[/img]

(2aii)
[img]https://i.imgur.com/c95FOZD.jpg[/img]

(2aiii)
[img]https://i.imgur.com/hYssdcn.png[/img]

(2bi)
(i)Less expensive because each device only need one I/O port and wishes to be connected with hub with one link.

(2bii)
(ii) it makes linear connections much easier to complete.

(2ci)
(i)Bus topology is not great for large networks

(2cii)
(ii)If any individual connection in the ring is broken, the entire network is affected.

*COMPUTER STUDIES*

(4ai)
Slide Master is the top slide that controls all information about the theme, layout, background, color, fonts, and positioning of all slides.

(4aii)
(i)On the View tab, click Slide Master.
(ii)In the left pane that contains the slide master and layout thumbnails, right-click the layout thumbnail that you want to rename, and then click Rename Layout.
(iii)In the Rename Layout box, type the new name of the layout, and then click Rename.
(iv)On the Slide Master tab, in the Close group, click Close Master View.

(4bi)
Handout master: Handout master in ms PowerPoint is used change or edit the appearance and layout of a presentation’s printed handout.

(4bii)Notes master: notes master in ms PowerPoint is a feature that allows you to control the settings of the notes section of PowerPoint.

*Computer*

 

5.

CLS

INPUT “Enter a word:”; w$

FOR i = LEN(w$) TO 1 STEP -1

m$ = MID$(w$, i, 1)

rev$ = rev$ + m$

NEXT i

PRINT

PRINT “The original word is “; w$

PRINT “The reverse wod is “; rev$

PRINT

IF w$ = rev$ THEN

PRINT “The given word is palindrome”

ELSE

PRINT “The given word is not palindrome”

END IF

END

(5)

SUB palindrome (w$)

FOR i = LEN(w$) TO 1 STEP -1

rev$ = rev$ + MID$(w$, i, 1)

NEXT i

IF rev$ = w$ THEN

PRINT “The given word is palindrome”

ELSE

PRINT “The given word is not palindrome”

END IF

END SUB

 

(3a)

TABULATE

 

1 – USe of an anti-virus – ✓

2 – Use of backup – ✓

3 – Use of biometrics – ✓

4 – Use of folder – ✓

5 – Use of manual file – ✓

6 – Use of password – ✓

 

(3b)

(i)Irregular power supply can limit access to computer files.

(ii)Computer files are more expensive to set up compared to manual files.

(3ci)

Charts in MS Excel helps to present information contained in the worksheet in a graphic format i.e Column, Line, Pie, Bar, and scatter charts.

(3cii)

(i)Bar chart

(ii)Pie chart

 

Leave a Reply

error: Content is protected !!