20 practice questions for the test of the National Olympiad in Information Technologies.
I gave the lecture as part of the Telerik School Academy
We discuss interesting topics such as the Windows registry, the .NET Framework, operating systems, drivers, file compression, encoding, screen resolution, projection in databases, software processes, OAuth, wireless network security, top-level domains, Gmail, HTTP, CMS systems, scripting languages and more.
Practice questions
Which of the following standard value types in the Windows registry is used to represent 32-bit numbers?
- REG_NONE
- REG_BINARY
- REG_WORD
- REG_DWORD
- REG_LINK
- REG_QWORD
What are the minimum components needed to build a .NET application?
- .NET installed
- Visual Studio
- A cloud server
- The SDK for the relevant kind of application installed
- Web Server (IIS)
- Windows OS
- 1 and 2
- 2 and 3
- 1 and 2
- 1 and 5
- 1, 4 and 6
- 1, 2 and 4
- 1 and 4
- None
- All
Which of the following is NOT true of Windows services?
- They run in the background
- They can be started automatically, manually or on a given command
- Any program can be run as a Windows service
- Windows services are computer programs
- They can run when the user is not logged in with their account
Which of the following statements is WRONG about optical and electrical cables?
- Optical cables are more expensive than electrical ones
- Optical cables are smaller and lighter than electrical ones
- Unlike electrical cables, optical cables can be laid anywhere (there is no electromagnetic interference)
- Optical cables cannot carry electricity
Which of the following are responsibilities of the drivers of an operating system?
- Communication with the hardware
- Watching for OS updates
- Managing the file system
- The users of the OS
- The memory of the computer
- 1 and 2
- 2 and 3
- 3 and 4
- 1 and 3
- 1 and 5
- None
- All
In continuous integration, which of the following actions is NOT appropriate for the CI server to do?
- Storing the code
- Automated builds of the code
- Running unit tests
- Automated backups of the production database
- Deploying to a test environment
- Static analysis of the code
Which of the following rows contains only lossless compression algorithms / file formats?
- LZMA, JPEG, DEFLATE, MP3
- MP2, DEFLATE, bzip2
- bzip2, PNG, MP4
- TIFF, PNG, LZMA, gzip
- gzip, H.264, DEFLATE
Under what circumstances can the first text turn into the second one shown?
Hello, today we are going to talk about text processing and …
?????????, ???? ?? ?? ??????? ?? ??????????????? ? …
- When the text file is saved incorrectly
- When the file is loaded incorrectly
- When the encoding of the text is changed
- It cannot happen, Cyrillic is supported everywhere
- All of the above
- None of the above
How many pixels does a screen with 4K resolution consist of?
- 35,389,440
- 17,694,720
- 8,847,360
- 4,194,304
- 4,000,000
- 2,073,600
- 921,600
Which of the following statements about software design methods is WRONG?
- The waterfall model is a linear approach in which progress "flows" downwards through each of its design phases.
- The main characteristic of the spiral model is the regular management of risk during the execution of a project.
- The AGILE design methodology breaks tasks down into small subtasks with minimal planning and no direct long-term plan.
- No version of the waterfall model allows returning to an earlier phase in the design process.
- The AGILE model is based on iterative and incremental development.
Which is not true of OAuth 2.0?
- It uses an access token to validate access to users' resources
- It is designed to work with HTTP/HTTPS
- It is backward-compatible with OAuth 1.0
- It is used widely by Google and Microsoft for authentication with their services
- It can be used for any kind of software
Which of the following facts about PowerPoint is NOT true?
- It was created in 1984 under the name "Presenter"
- Initially the idea of the program was to be software only for the Apple Macintosh
- 95% of the users of presentation software use PowerPoint
- Over 120 million people use PowerPoint for business presentations
- It was created by Microsoft
How many bits are needed for each pixel in a black and white image?
- 0
- 1
- 2
- 3
- 4
- 8
- 16
- 32
Which of the following can serve to protect a wireless network from unauthorised access?
- MAC Spoofing
- Man-in-the-middle
- Caffe Latte
- Stealth Wallpaper
- Denial of Service
Which of the following statements is correct about top-level domains?
- The names of generic top-level domains (gTLD) consist of at least three letters
- The names of country-code top-level domains (ccTLD) consist of exactly two letters
- The top-level domain "it" refers to the field of information technologies
- telerik.academy cannot be used as a domain
To which of the following addresses can you send an email so that nikolaykostov1990@gmail.com receives it?
- nikolay.kostov.1990@googlemail.com
- nikolaykostov1990+rss@gmail.com
- NikolayKostov1990@gmail.com
- To b) and c)
- To a) and c)
- To all of the listed
- To none of the listed
Which of the following status codes corresponds to the error "HTTP Version Not Supported"?
- 100
- 200
- 301
- 302
- 403
- 404
- 505
Which of the following CMS systems is based on Microsoft technology?
- WordPress
- Drupal
- Django-cms
- DotNetNuke
- Joomla
- RefineryCMS
- MODx
Which of the following are true of scripting languages?
- They compile to machine code
- They are interpreted by a run-time environment
- A modern name for some programming languages
- They are used only for the web
- Python and Ruby are such languages
- JavaScript is not such a language
- 1 and 3
- 2 and 3
- 2 and 5
- 2, 5 and 6
- 1 and 5
- 5 and 6
- 1, 5 and 6
- All
- None