Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the error with numbering #1377

Merged
merged 7 commits into from
Apr 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.