From 8ae5be119187b27f1674be0398c35ba75463ee90 Mon Sep 17 00:00:00 2001 From: Zyaire Date: Fri, 3 Sep 2021 00:38:34 +0800 Subject: [PATCH] Add questions (#2128) * Add JSON question * add IT Operation question * add question to Windows Server --- it-operations/it-operations-quiz.md | 7 +++++++ json/json-quiz.md | 14 ++++++++++++++ windows-server/windows-server-quiz.md | 9 ++++++++- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/it-operations/it-operations-quiz.md b/it-operations/it-operations-quiz.md index 74c9e7b81b..fde245f0cb 100755 --- a/it-operations/it-operations-quiz.md +++ b/it-operations/it-operations-quiz.md @@ -198,3 +198,10 @@ - [ ] Its power output can be varied to save electricity. - [x] Its cables are detachable. - [ ] It has dedicated power reserved for different computer components. + +#### Q23. Which program controls the Windows startip sequence? + +- [x] MSCONFIG +- [ ] Task Manager +- [ ] the Computer Management Console +- [ ] the UEFI diff --git a/json/json-quiz.md b/json/json-quiz.md index 83d5c1aa68..86bdb74acc 100755 --- a/json/json-quiz.md +++ b/json/json-quiz.md @@ -798,4 +798,18 @@ Note: None of the above options appear to be correct. A correct answer would be - [ ] There is no defined limit.There is no defined limit. - [ ] 1 million +#### Q73. What is the recommended term used to refer to multiple resources? + +- [ ] a swarm +- [x] multiple resources +- [ ] a collection +- [ ] a group + +#### Q74. Does JSON support signed numbers? + +- [ ] yes, but only if they are enclosed in quotes +- [ ] only with integers +- [x] no +- [ ] yes + diff --git a/windows-server/windows-server-quiz.md b/windows-server/windows-server-quiz.md index e149588cf9..96d32026f4 100755 --- a/windows-server/windows-server-quiz.md +++ b/windows-server/windows-server-quiz.md @@ -376,4 +376,11 @@ - [ ] Open mmc.exe - [ ] Run dcpromo.exe - [ ] Click Add Roles and Features. -- [ ] Click the notification flag in the Server Manager windows. +- [x] Click the notification flag in the Server Manager windows. + +#### Q52. You want to host two virtual machines on the same physical server. Their memory settings in Hyper-V are set to optimize the use of physical memory for each virtual machine. What makes this optimization possible? + +- [ ] dynamic memory +- [ ] memory buffer +- [x] virtual memory +- [ ] ReadyBoost