Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
2023 BAZA EKTU / ICT_Baza.docx
Скачиваний:
5
Добавлен:
22.09.2023
Размер:
627.48 Кб
Скачать

9. Internet Technologies

  1. What is the most common form of network architecture on the internet?

    1. Peer-to-peer

    2. Client-server

    3. Ring

    4. Bus

    5. Tree

  1. Typically, how do clients and servers interact?

    1. One-to-one (one client to one server)

    2. One-to-many (one client to many servers)

    3. Many-to-one (many clients to one server)

    4. Many-to-many (many clients to many servers)

    5. None of these. Clients and servers do not interact

  1. The unique name of a computer on the internet

    1. IP address

    2. ISP

    3. domain name

    4. URL

    5. Web hoster

  1. The unique address of a computer on a network

    1. IP address

    2. ISP

    3. domain name

    4. URL

    5. Web hoster

  1. The exact location of a document on the web

    1. IP address

    2. ISP

    3. domain name

    4. URL

    5. Web hoster

  1. Connect websites to the internet

    1. IP address

    2. ISP

    3. domain name

    4. URL

    5. Web hoster

  1. A software program which interprets the HTML documents and displays it on the user’s screen

    1. web browser

    2. web hosting provider

    3. internet service provider (ISP)

    4. domain registrar

    5. domain name system (DNS)

  1. Connects clients to the internet

    1. web browser

    2. web hosting provider

    3. internet service provider (ISP)

    4. domain registrar

    5. domain name system (DNS)

  1. Maps the domain name to an IP address

    1. web browser

    2. web hosting provider

    3. internet service provider (ISP)

    4. domain registrar

    5. domain name system (DNS)

  1. What is an example of a TLD (top level domain)? Study hint: identify the rest of the answers.

    1. 212.87.38.45

    2. do.ektu.kz

    3. https://en.wikipedia.org/wiki/IPv6_address

    4. index.html

    5. .com

  1. An IPv6 address uses what format?

    1. Binary (base 2): 11001100.10000100.00101000.10011011

    2. Octal (base 8): 0300.0250.0057.0352

    3. Decimal (base 10): 192.168.1.82

    4. Hexadecimal (base 16): 2001:db8:a0b:12f0::1

    5. None of the above

  1. What service allow users to acquire domain names?

    1. ISP

    2. DNS

    3. Domain registrar

    4. Web hoster

    5. None of these

  1. What protocol do the web browser and web service use?

    1. FTP

    2. UDP

    3. NTP

    4. HTTP

    5. IP

  1. Why is TCP/IP such an important web protocol?

    1. It’s fast. It makes sure the data arrives as quickly as possible

    2. It’s secure. It makes sure that hackers cannot see the data en route

    3. It guarantees delivery. It guarantees that data arrives intact, which creates a duplicate of the original file

    4. It reduces redundancy. It doesn’t care if data is lost, such as when streaming a movie.

    5. It’s efficient. It uses less resources than UDP.

  1. How does TCP handle lost data or packets during transit?

    1. TCP must initiate a new connection with the server

    2. TCP must stop the file transfer and then restart at the beginning of the file

    3. TCP knows what packet was lost. So, it will request only the lost packet.

    4. TCP is smart enough to know if the packet is important (maybe the file doesn’t need the data)

    5. Data packets never go missing.

  1. What is the role of IP in the TCP/IP internet protocol stack?

    1. Creates a virtual connection

    2. Carries the data to the final destination

    3. Splits the data into small packets

    4. Guarantees data delivery

    5. Reassembles the data to create a replica of the file

  1. Defines the presentation and style of the web page.

    1. HTML

    2. CSS

    3. Python

    4. JavaScript

    5. Ruby

  1. Controls the behavior of the web page.

    1. HTML

    2. CSS

    3. Python

    4. JavaScript

    5. Ruby

  1. In HTML, what is text that links to other information, or to other web pages? (what does the H stand for). Study hint: What does HTML stand for?

    1. hypertext

    2. hyper-extensions

    3. markup

    4. language

    5. hypermedia

  1. In HTML, what are links on a web page called?

    1. hyper-extensions

    2. hyperlinks

    3. markup

    4. language

    5. hypermedia

  1. Which is JavaScript? Study hint: identify the rest of the answers.

    1. <i>This text is italics</i>

    2. h1 { color: orange; }

    3. for (i = 0; i < cars.length; i++)

    4. <p>The price of <i>rice</i> today is 459 won.</p>

    5. p { font-size: 20px; }

  1. What does CSS stand for?

    1. Cascading Style Sheet

    2. Cross Site Scripting

    3. Context-Sensitive Solutions

    4. Customer Support Services

    5. Closed Source Software

Соседние файлы в папке 2023 BAZA EKTU