Remedial KE 2 Uas Pemrograman Web Dan Perangkat Bergerak

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Basith
B
Basith
Community Contributor
Quizzes Created: 1 | Total Attempts: 551
| Attempts: 551 | Pertanyaan: 55
Please wait...

Question 1 / 55
0 %
0/100
Score 0/100
1. Perhatikan script berikut. Jenis Pemrograman yang digunakan pada script berikut adalah ...

Explanation

The correct answer is PHP because the given script is most likely written in PHP programming language.

Submit
Please wait...
About This Quiz
Remedial KE 2 Uas Pemrograman Web Dan Perangkat Bergerak - Quiz

2. Perhatikan Kode Program HTML berikut Baris Kode yang menunjukkan lebar gambar sebesar 300 pixel adalah ...

Explanation

The correct answer is "width="300"". This is because the "width" attribute is used to specify the width of an image in HTML. In this case, the attribute value is set to "300", indicating that the width of the image should be 300 pixels.

Submit
3. Perintah untuk membuat teks berjalan adalah …

Explanation

The correct answer is "marquee". This command is used to create scrolling text on a webpage.

Submit
4. CSS merupakan singkatan dari ...

Explanation

CSS stands for Cascading Style Sheet. It is used to describe the look and formatting of a document written in HTML. It is a language used to add style and design to web pages. The term "cascading" refers to the way CSS rules are applied to HTML elements, where multiple style sheets can be used and the styles can cascade or override each other. Therefore, the correct answer is Cascading Style Sheet.

Submit
5. Perhatikan script berikut Jenis Pemrograman yang digunakan pada script tersebut adalah ...

Explanation

The correct answer is PHP because the question asks about the programming language used in the given script. Among the options provided, PHP is a widely used programming language for web development and is commonly used in conjunction with HTML to create dynamic web pages.

Submit
6. Atribut yang digunakan untuk memberikan sebuah judul pada tabel adalah ...

Explanation

The correct answer is "caption". A caption attribute is used to provide a title or caption for a table. It is typically placed above or below the table and helps to describe the content or purpose of the table. This attribute is important for accessibility as it allows screen readers to read out the table title to visually impaired users.

Submit
7. Jenis format standar gambar yang mampu bekerja pada mode RGB, CMYK, dan gryscale dengan  dukungan hingga 16,7 juta warna pada ukuran file yang kecil adalah ...

Explanation

The JPEG format is a standard image format that can work in RGB, CMYK, and grayscale modes, and supports up to 16.7 million colors. It is known for its ability to compress image files without significant loss in quality, making it suitable for small file sizes.

Submit
8. tag yang berfungsi untuk membuat garis horizontal yang memaksa teks berikutnya ditampilkan pada baris selanjutnya adalah ...

Explanation

The tag that is used to create a horizontal line that forces the following text to be displayed on the next line is the


tag.
Submit
9. Apa perintah yang paling pertama dalam mengawali pembuatan HTML

Explanation

The first command to initiate the creation of an HTML document is the declaration. This command is used to specify the version of HTML being used in the document. It is typically placed at the very beginning of the HTML file before any other elements or tags.

Submit
10. Tag yang berfungsi untuk membuat teks dicoret tengah adalah ...

Explanation

The tag that is used to create a strikethrough text is the tag. This tag is used to indicate that the text within it should be crossed out or marked as deleted. It is commonly used to show that a certain text is no longer valid or relevant.

Submit
11. Perhatikan Scrip berikut Jenis pemrograman yang digunakan pada script tersebut adalah ...

Explanation

The correct answer is HTML because HTML is a markup language used for creating the structure and content of a web page. It is not a programming language like PHP, JavaScript, Ajax, or ASP, but it is essential for building web pages and is often used in conjunction with other programming languages to create dynamic and interactive websites.

Submit
12. Perhatikan Kode Program HTML berikut Kode Program yang menunjukkan penggabungan cell tabel berdasarkan kolom sebanyak 3 cell adalah ...

Explanation

The correct answer is colspan="3%". The colspan attribute is used to specify the number of columns a cell should span. In this case, the cell should span 3% of the total number of columns in the table. This attribute is used to merge cells horizontally in a table.

Submit
13. Perhatikan Kode Program HTML berikut Baris kode yang menunjukkan lebar tabel setengah dari lebar web browser adalah ...

Explanation

The correct answer is "width="50%"". This attribute sets the width of the table to be 50% of the width of the web browser.

Submit
14. Berikut ini yang bukan contoh program yang digunakan untuk client side programming adalah ...

Explanation

URL-rewriting is not an example of a program used for client-side programming. URL-rewriting is a technique used on the server-side to modify the URL of a webpage. Client-side programming involves using languages like CSS, HTML, JavaScript, and XML to create interactive and dynamic web pages.

Submit
15. Bagian dalam dokumen HTML yang menyatakan judul sebuah halaman web ditandai oleh tag ...

Explanation

The correct answer for this question is the "title" tag. The title tag is used to define the title of a webpage, which appears in the title bar of the browser window. It is also displayed as the headline in search engine results. The title tag is an essential element of HTML as it helps in describing the content of the webpage and improving its search engine optimization.

Submit
16. Perintah untuk mengosongkan kolom pada HTML adalah ...

Explanation

The correct answer is &nbsp. This is because the &nbsp is the HTML entity for a non-breaking space. In HTML, a non-breaking space is used to create space between elements without allowing the text to wrap to the next line. So, using &nbsp can be used to create an empty space within a table column or any other HTML element.

Submit
17. Atribut yang digunakan untuk menentukan letak objek dalam cell sebuah tabel secara vertikal adalah ...

Explanation

The attribute used to determine the vertical position of an object within a cell of a table is "valign". This attribute allows the object to be aligned at the top, middle, bottom, or baseline of the cell.

Submit
18. Nilai yang harus dimasukkan untuk atribut frame jika kita menginginkan tabel yang memiliki berder layaknya sebuah kotak adalah ...

Explanation

The correct answer is "box". To create a table that has a border resembling a box, the attribute "frame" should be set to "box". This will create a solid border around the table, giving it a box-like appearance.

Submit
19. Metode pengaksesan URL website menggunakan default port 70 adalah ...

Explanation

not-available-via-ai

Submit
20. Type yang berfungsi untuk menerima masukan berupa teks dari pengguna adalah ...

Explanation

The correct answer is "Text". This option is the most suitable for receiving text input from users. The other options like Checkbox, Submit, File, and Button are not specifically designed for receiving text input. Checkbox is used for multiple choice selection, Submit is used for submitting forms, File is used for uploading files, and Button is used for triggering actions.

Submit
21. Berikut yang bukan aplikasi dari Web Browser adalah ...

Explanation

Windows Explorer is not a web browser application. It is a file manager application used to navigate through files and folders on a computer system. The other options listed (Mozilla, Safari, Internet Explorer, and Google Chrome) are all web browsers that allow users to access and view websites on the internet.

Submit
22. Berikut ini yang bukan merupakan Aplikasi web server adalah ...

Explanation

SNMP Server is not a web server application. SNMP (Simple Network Management Protocol) is a protocol used for managing and monitoring network devices. It is not designed to serve web content or handle HTTP requests. On the other hand, Apache, Nginx, IIS, and Lite Speed are all popular web server applications that are used to host websites and serve web content to clients.

Submit
23. Kode warna yang dihasilkan oleh script bgcolor="#FFF33" adalah ...

Explanation

The color code #FFF33 corresponds to the color yellow.

Submit
24. Tag yang berfungsi untuk membuat list bernomor adalah ...

Explanation

Tag yang berfungsi untuk membuat list bernomor adalah

    (ordered list). Dengan menggunakan tag ini, kita dapat membuat daftar yang memiliki nomor urut. Setiap elemen dalam daftar akan diberi nomor secara otomatis oleh browser.
Submit
25. Perhatikan Kode Program HTML berikut Kode Program yang menunjukkan penggabungan cell tabel sebanyak dua baris adalah ...

Explanation

The correct answer indicates that the rowspan attribute is used to merge two rows in a table.

Submit
26. Perhatikan kode Program HTML berikut : Baris kode yang menunjukkan lebar garis tabel sebesar 1 pixel adalah ...

Explanation

The correct answer is "border="1"". The border attribute in HTML is used to set the width of the border around an element. In this case, setting the border attribute to 1 will make the table's border width 1 pixel.

Submit
27. Tag yang berfungsi untuk membuat list tanpa nomor adalah ...

Explanation

Tag yang berfungsi untuk membuat list tanpa nomor adalah tag

    (Unordered List). Tag ini digunakan untuk mengelompokkan beberapa item dalam sebuah list tanpa memberikan nomor urut pada setiap itemnya. Dengan menggunakan tag
      , item-item dalam list akan ditampilkan dengan bullet atau tanda penghubung seperti lingkaran atau kotak kecil.
Submit
28. Perintah yang di pakai untuk membuat tabel adalah ...

Explanation

The correct answer is "td dan tr". These are HTML tags used to create tables. The "td" tag is used to define a standard cell in a table, while the "tr" tag is used to define a row in a table. By using these tags in combination, you can create a table structure with rows and columns.

Submit
29. Tag yang berfungsi untuk menampilkan informasi berisi kepanjangan teks adalah ...

Explanation

Tag yang berfungsi untuk menampilkan informasi berisi kepanjangan teks adalah tag . Tag ini digunakan untuk memberikan penjelasan atau definisi singkat dari suatu teks yang memiliki kepanjangan. Ketika pengguna mengarahkan kursor ke teks yang memiliki tag , maka akan muncul informasi tambahan yang berisi kepanjangan dari teks tersebut.

Submit
30. Tag yang digunakan untuk mendeskripsikan elemen header dalam tabel adalah ...

Explanation

The tag used to describe the header element in a table is the

tag. This tag is specifically used to define the header cells in a table, which typically contain labels or titles for the columns or rows in the table. The tag helps in providing a clear structure and organization to the table by differentiating the header cells from the regular data cells.
Submit
31. Atribut dalam tabel yang berfungsi untuk memisahkan atau membari jarak antar-border adalah ...

Explanation

The attribute in a table that is used to separate or create distance between borders is "cellspacing". This attribute controls the amount of space between cells in a table by specifying the distance in pixels or a percentage value.

Submit
32. Tag yang berfungsi untuk menjelaskan pengertian dari sublist yang telah dijelaskan sebelumnya adalah ...

Explanation

The tag that functions to explain the meaning of the previously explained sublist is the

  • tag. This tag is used to create a list item within an ordered or unordered list. It helps to provide a clear and concise explanation or description of the sublist item that was mentioned earlier.
  • Submit
    33. Perintah untuk membuat spasi pada HTML adalah ...

    Explanation

    The correct answer is "br". In HTML, the "br" tag is used to create a line break or a new line within a paragraph. It is a self-closing tag, meaning it does not require a closing tag. When the "br" tag is used, it creates a single line break, allowing for proper spacing between lines of text or elements on a webpage.

    Submit
    34. Tag yang digunakan untuk menyatakan kutipan panjang dengan penulisan teks menjorok ke dalam adalah ...

    Explanation

    Tag yang digunakan untuk menyatakan kutipan panjang dengan penulisan teks menjorok ke dalam adalah `

    `.
    Submit
    35. Metode pengaksesasn URL website menggunakan default port 443 adalah ...

    Explanation

    The correct answer is URL HTTPS. HTTPS is a protocol that is used to access websites securely over the internet. It uses the default port 443 for communication. When a URL starts with "https://" instead of "http://", it indicates that the website is using the HTTPS protocol for secure communication.

    Submit
    36. Metode pengaksesasn URL website menggunakan default port 80 atau 8080 adalah ...

    Explanation

    The correct answer is URL HTTP. When accessing a website, the URL (Uniform Resource Locator) specifies the protocol to be used. In this case, HTTP (Hypertext Transfer Protocol) is the protocol used for accessing websites over the internet. The default port for HTTP is 80, although it can also be accessed using port 8080 in some cases. Therefore, when accessing a website using the default port of either 80 or 8080, the URL would be HTTP.

    Submit
    37. Bagian dalam tabel yang berfungsi untuk memberikan keterangan judul ditandai oleh tag ...

    Explanation

    Bagian dalam tabel yang berfungsi untuk memberikan keterangan judul ditandai oleh tag

    .
    Submit
    38. Berikut ini yang bukan Bahasa Pemrograman yang digunakan untuk membangun Website adalah ...

    Explanation

    Fortran is not a programming language commonly used for building websites. It is a general-purpose, high-level programming language that is primarily used for scientific and engineering applications. While PHP, HTML, Ajax, and JavaScript are widely used in web development, Fortran is not typically used for this purpose.

    Submit
    39. Tag yang memiliki fungsi yang sama dengan tag , yaitu untuk membuat coretan di tengah teks adalah ...

    Explanation

    The correct answer for this question is the strike tag. This tag is used to create a line through the text, indicating that it is no longer valid or relevant. It functions similarly to the tag in terms of making annotations within the text.

    Submit
    40. Metode Pmerograman web yang dapat melakukan update tampilan informasi data website berbasis database server disebut ...

    Explanation

    Web dinamis adalah metode pemrograman web yang dapat melakukan update tampilan informasi data website berbasis database server. Dalam web dinamis, tampilan website dapat berubah secara dinamis sesuai dengan permintaan pengguna atau interaksi dengan database server. Hal ini memungkinkan pengguna untuk melihat informasi terbaru atau melakukan manipulasi data secara real-time.

    Submit
    41. Tag  dengan tipe argumen yang berfungsi untuk membuat list bernomor dengan urutan a, b, c, dan seterusnya adalah ...

    Explanation

    The correct answer is "a" because the tag "a" is used to create a numbered list with the order of a, b, c, and so on.

    Submit
    42. Perhatikan script berikut jenis Pemrograman yang digunakan pada script tersebut adalah ...

    Explanation

    The correct answer for this question is ASP. This can be inferred from the given script options, where ASP is one of the programming languages mentioned.

    Submit
    43. Yang dimaksud dengan halaman Web adalah ...

    Explanation

    A web page is a digital page that is accessed using a web browser. It is not opened through email or downloaded. It contains various types of data and images and is accessed online through the internet.

    Submit
    44. Program tambahan pada web browser berupa Java Virtual Machine (JVM) untuk menjalankan objek multimedia adalah ...

    Explanation

    An applet is a small program that runs within a web browser. It is often used to add interactive features to websites, such as multimedia objects. In this case, the question is asking for the additional program needed to run multimedia objects in a web browser, and the correct answer is "Applet".

    Submit
    45. Tag yang berfungsi untuk membuat script di dalam tag  ditampilkan persis penulisannya dalam badan program dalam web browser adalah ...

    Explanation

    The tag that is used to display the script exactly as it is written within the body of a web browser program is the

     tag.
    Submit
    46. Protokol yang biasa digunakan untuk melayani sistem transfer dokumen adalah ...

    Explanation

    The correct answer is "URL HTTP" because HTTP (Hypertext Transfer Protocol) is the most commonly used protocol for transferring documents over the internet. URLs (Uniform Resource Locators) are used to identify and locate resources on the web, and when combined with the HTTP protocol, they allow for the transfer of documents between servers and clients.

    Submit
    47. Content Management dengan Joomla termasuk dalam kategori Pemrograman ...

    Explanation

    Joomla is a content management system (CMS) that allows users to create and manage dynamic websites. It provides a platform for creating and updating web content in real-time, enabling users to easily add, edit, and delete content on their websites. This makes Joomla fall under the category of web dinamis, which refers to websites that have interactive and constantly changing content.

    Submit
    48. OAuth 2.0 termasuk Aplikasi web server yang mendukung bahasa pemrograman ...

    Explanation

    OAuth 2.0 termasuk dalam aplikasi web server yang mendukung bahasa pemrograman Ruby. OAuth 2.0 adalah protokol otorisasi yang digunakan untuk mengamankan akses ke sumber daya web. Dalam konteks ini, OAuth 2.0 dapat diimplementasikan menggunakan Ruby sebagai bahasa pemrograman yang digunakan untuk mengembangkan aplikasi web server yang mendukung protokol ini.

    Submit
    49. Nilai heading yang menghasilkan tampilan teks berukuran terkecil pada web browser adalah ...

    Explanation

    not-available-via-ai

    Submit
    50. Tag yang dilakukan untuk melakukan koreksi informasi yang salah pada web dan memiliki efek tulis bergaris bawah adalah ...

    Explanation

    Tag yang dilakukan untuk melakukan koreksi informasi yang salah pada web dan memiliki efek tulis bergaris bawah adalah strike.

    Submit
    51. Perhatikan Script berikut Jenis Pemrograman yang digunakan pada script tersebut adalah ...

    Explanation

    The correct answer is ASP because ASP (Active Server Pages) is a programming language that is commonly used for creating dynamic web pages and web applications. It is a server-side scripting language that allows developers to combine HTML, scripting code, and components to create interactive websites. In the given script, ASP may be used to handle server-side processing and generate dynamic content.

    Submit
    52. Nilai heading yang akan menghasilkan tampilan teks berukuran terbesar pada web browser adalah ...

    Explanation

    The heading tag that will produce the largest text size in a web browser is the

    tag. This is because the

    tag is used for the main heading of a webpage and is typically displayed in a larger font size compared to other heading tags such as

    ,

    , etc. The size of the text can also be further customized using CSS.

    Submit
    53. Berikut ini yang bukan merupakan aplikasi web server bersifat Open Source adalah ...

    Explanation

    The correct answer is IIS. IIS, or Internet Information Services, is a web server software developed by Microsoft and is not open source. Apache, NginX, and Lite Speed are all examples of open source web servers. SNMP Server is not a web server, but a protocol used for network management.

    Submit
    54. Bagian dalam dokumen HTML yang script-nya akan ditampilkan dalam web browser selalu diawali oleh tag ...

    Explanation

    The correct answer is "

    Submit
    55. Dalam Pembutan HTML, Kita mengenal bahasa yang digunakan, kata  menunjukkan:

    Explanation

    Dalam pembuatan HTML, kita mengenal bahasa yang digunakan untuk menunjukkan kepala dari HTML. "Kepala" dalam konteks ini merujuk pada bagian dari HTML yang digunakan untuk menyajikan informasi tentang dokumen, seperti judul, tautan, dan meta data lainnya.

    Submit
    View My Results

    Quiz Review Timeline (Updated): Jun 29, 2023 +

    Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

    • Current Version
    • Jun 29, 2023
      Quiz Edited by
      ProProfs Editorial Team
    • Jun 24, 2019
      Quiz Created by
      Basith
    Cancel
    • All
      All (55)
    • Unanswered
      Unanswered ()
    • Answered
      Answered ()
    Perhatikan script berikut. ...
    Perhatikan Kode Program HTML berikut ...
    Perintah untuk membuat teks berjalan adalah …
    CSS merupakan singkatan dari ...
    Perhatikan script berikut ...
    Atribut yang digunakan untuk memberikan sebuah judul pada tabel adalah...
    Jenis format standar gambar yang mampu bekerja pada mode RGB, CMYK,...
    Tag yang berfungsi untuk membuat garis horizontal yang memaksa...
    Apa perintah yang paling pertama dalam mengawali pembuatan HTML
    Tag yang berfungsi untuk membuat teks dicoret tengah adalah ...
    Perhatikan Scrip berikut ...
    Perhatikan Kode Program HTML berikut ...
    Perhatikan Kode Program HTML berikut ...
    Berikut ini yang bukan contoh program yang digunakan...
    Bagian dalam dokumen HTML yang menyatakan judul sebuah halaman web...
    Perintah untuk mengosongkan kolom pada HTML adalah ...
    Atribut yang digunakan untuk menentukan letak objek dalam cell...
    Nilai yang harus dimasukkan untuk atribut frame jika kita...
    Metode pengaksesan URL website menggunakan default...
    Type yang berfungsi untuk menerima masukan berupa teks dari pengguna...
    Berikut yang bukan aplikasi dari Web...
    Berikut ini yang bukan merupakan Aplikasi web...
    Kode warna yang dihasilkan...
    Tag yang berfungsi untuk membuat list bernomor adalah...
    Perhatikan Kode Program HTML berikut ...
    Perhatikan kode Program HTML berikut : ...
    Tag yang berfungsi untuk membuat list tanpa nomor...
    Perintah yang di pakai untuk membuat tabel adalah ...
    Tag yang berfungsi untuk menampilkan informasi berisi kepanjangan...
    Tag yang digunakan untuk mendeskripsikan...
    Atribut dalam tabel yang berfungsi untuk memisahkan atau membari...
    Tag yang berfungsi untuk menjelaskan pengertian dari sublist...
    Perintah untuk membuat spasi pada HTML adalah ...
    Tag yang digunakan untuk menyatakan kutipan panjang dengan...
    Metode pengaksesasn URL website menggunakan default...
    Metode pengaksesasn URL website menggunakan default...
    Bagian dalam tabel yang berfungsi untuk memberikan keterangan judul...
    Berikut ini yang bukan Bahasa Pemrograman yang digunakan...
    Tag yang memiliki fungsi yang sama...
    Metode Pmerograman web yang dapat melakukan update tampilan...
    Tag  dengan tipe argumen yang berfungsi untuk membuat...
    Perhatikan script berikut ...
    Yang dimaksud dengan halaman Web adalah ...
    Program tambahan pada web browser berupa Java Virtual...
    Tag yang berfungsi untuk membuat script di...
    Protokol yang biasa digunakan untuk melayani sistem transfer dokumen...
    Content Management dengan Joomla termasuk dalam kategori...
    OAuth 2.0 termasuk Aplikasi web server yang mendukung bahasa...
    Nilai heading yang menghasilkan tampilan teks berukuran...
    Tag yang dilakukan untuk melakukan koreksi informasi yang salah...
    Perhatikan Script berikut ...
    Nilai heading yang akan menghasilkan tampilan teks berukuran...
    Berikut ini yang bukan merupakan aplikasi web...
    Bagian dalam dokumen HTML yang script-nya akan ditampilkan...
    Dalam Pembutan HTML, Kita mengenal bahasa yang digunakan, kata ...
    Alert!

    Advertisement