Skip to content

Commit

Permalink
fixed the error with numbering (Ebazhanov#1377)
Browse files Browse the repository at this point in the history
* Added 3 new questions

* Added two more questions to MS powerpoint, need answer for 1

* fixed the error with numbering

* Added 3 new questions

* Added two more questions to MS powerpoint, need answer for 1

* fixed the error with numbering
  • Loading branch information
swordwielder authored Apr 3, 2021
1 parent 5265d57 commit af1d2a2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
21 changes: 21 additions & 0 deletions microsoft-excel/microsoft-excel-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,24 @@
- [x] Cut and Paste
- [ ] Copy and Transpose
- [ ] Copy and Paste

#### Q54. You want to add a column to the PivotTable below that shows a 5% bonus for each sales rep. That data does not exists in the original data table. How can you do this without adding more data to the table?
![image](https://user-images.githubusercontent.com/8637045/113378635-7cc14700-9345-11eb-95fd-0f751af49317.png)
- [ ] Add a new PivotTable field.
- [ ] Add a calculated item
- [ ] Add a new Summarize Value By field.
- [x] Add a calculated field.

#### Q55. You need to determine the commission earned by each Sales rep, based on the Sales amount in B3:B50 and the Commission rate specified in cell A1. You want to enter a formula in C3 and copy it down to C50. Which formula should you use?
![image](https://user-images.githubusercontent.com/8637045/113378769-cdd13b00-9345-11eb-81f4-b9567d53f26b.png)
- [ ] =A1*$B3
- [ ] =A1*B3
- [x] =$A$1*B3
- [ ] =$A1*B3

#### Q56. The NOW() function returns the current date and time as 43740.665218. Which part of this value indicates the time?
- [ ] 6652
- [ ] 43740.665218
- [ ] 43740
- [x] 665218

14 changes: 14 additions & 0 deletions microsoft-power-point/microsoft-power-point-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,17 @@ Personal Hint: There are multiple file suffixes for templates (.potx, .potm, .po
- [x] Rename the objects with meaningful names.
- [ ] Drag and drop the objects.
- [ ] Tab through the objects and note each object as it's highlighted.

#### Q42. How would you ensure a consistent appearance and placement across your slides even though the content might be different?

- [x] Use fonts.
- [ ] Use styles.
- [ ] Use bullet points.
- [ ] Use layouts.

#### Q43. How can you add icons to SmartArt?

- [ ] Select the picture icon in a SmartArt Picture Diagram.
- [ ] Select the icon in a SmartArt Icon Diagram.
- [ ] Select Insert Icon and place it on top of the SmartArt Diagram.
- [ ] Select a SmartArt shape and select Insert Icon.

0 comments on commit af1d2a2

Please sign in to comment.