You are on page 1of 25

FE Review- Computational Tools

In a typical spreadsheet program, what cell is directly to the right of AB4?

A. AB5
B. AC4
C. AC5
D. BC4

How many individual spreadsheet cells are contained in the range C3:J12?

A. 8
B. 63
C. 72
D. 80

1
FE Review- Computational Tools
A structured program contains the lines of code shown in the box below. What
is the value of Y after the segment is executed?

1 Y=4
A. 2
2 B=4
B. 6 3 Y=3*B-6
C. 8 4 IF Y>B THEN Y=B-2
5 IF Y<B THEN Y=Y+2
D. 12 6 IF Y=B THEN Y=B+2

2
FE Review- Computational Tools

A structured program contains the lines of code shown in the box below. For
which input values of X will the output value of T be equal to X?

1 INPUT X
A. 0 2 IF X<5
B. 0,5 3 T=X*X/(16-X)
4 ELSE
C. 0,5,8 T=X*5/(10-X)
5
D. none of the above 6 ENDIF
7 OUTPUT T

3
FE Review- Computational Tools

For the spreadsheet portion A B


shown, the formula 1 3 111
=B1+$A$1*A2 is entered into B2 2 4 = B1+$A$1*A2
and copied into B4. What will the 3 5
value in cell B4? 4 r i
6 1 ???

A. 123
B. 147
C. 156
D. 173

4
FE Review- Computational Tools

For the spreadsheet portion


shown, the formula =B2*A$1 is
entered into C2 and copied into
C4 and D2. What will the values
in cells C4 and D3 be,
respectively?

A. 0,0
B. 60,440
C. 16,25
D. 13,4

5
FE Review- Computational Tools

6
FE Review- Computational Tools

7
FE Review- Computational Tools

8
FE Review- Computational Tools

9
FE Review- Computational Tools

10
FE Review- Computational Tools

11
FE Review- Computational Tools

12
FE Review- Computational Tools

13
FE Review- Computational Tools

14
FE Review- Computational Tools

15
FE Review- Computational Tools

16
FE Review- Computational Tools

17
FE Review- Computational Tools

18
FE Review- Computational Tools

19
FE Review- Computational Tools

20
FE Review- Computational Tools

21
FE Review- Computational Tools

22
FE Review- Computational Tools

23
FE Review- Computational Tools

24
FE Review- Computational Tools

25

You might also like