NEW
Font size
WorksheetsPEMOGRAMAN DASAR
Total questions: 30
Worksheet time: 20mins
Tag tabel adalah….
<table>..</table>
</table>..<table>
</table>..</table>
<table>..<table>
Sebuah prosedur langkah demi langkah yang pasti untuk menyelesaikan sebuah masalah di sebut :
Proses
Program
Algoritma
Step
Diagram
Pseudocode yang di gunakan pada penulisan algoritma berupa :
Bahasa pemograman
Bahassa Inggris
Bahasa Puitis
Sembarang bahasa asal terstruktur
Bahasa Mesin
Pekerjaan seorang programmer adalah sebagai berikut, kecuali . . . .
Coding
Debugging
Kompilasi
Sosialisasi
Proses menulis, menguji dan memperbaiki (debug), dan memelihara kode yang membangun sebuah program Komputer disebut . . . .
Programmer
Pemrograman
Algoritma
Program
Aplikasi perangkat lunak yang digunakan programmer untuk menulis, mengompile, mencari kesalahan, dan menyebarkan program adalah . . . .
Adobe Premiere
Wordpad
Netbeans
Adobe Firework
The --------------------------------- control specifies whether or not a particular user has logged on to the website.
LoginName
LoginStatus
UserName
LoginView
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
What is the correct HTML element for inserting a line break?
<lb>
<br>
<break>
What is the proper way to start writing a webpage?
Start with the <html> tag
Start with the <head> tag
Start with the <footer> tag
Don't use anything at all and just go at it
What is the correct HTML for creating a hyperlink?
<a name="http://www.google.com">Google.com</a>
<a>http://www.google.com</a>
<a url="http://www.google.com">Google.com</a>
<a href="http://www.google.com">Google.com</a>
Which of these elements are all <table> elements?
<table><tt><td>
<tbl><tr><td>
<table><tr><td>
<tbl><tt><td>
Which of the following are the correct ways to implement CSS?
Inline
Internal
External
All of the above
What attribute is used to change the text color of a <label>?
background-color
color
col
None of all above
Where in an HTML document is the correct place to refer to an external CSS?
In the <head> section
At the top of the document
At the end of the document
In the <body> section
Which HTML tag is used to define an internal style sheet?
<script>
<css>
<style>
Which is the correct CSS syntax?
body {color: black;}
{body; color: black}
{body:color=black;}
body:color=black;
Which subject has the most similarity to programming?
Mathematics
Physics
Additional Mathematics
Sejarah
Which of the following is the correct way of calling a function in JavaScript?
addNumber
addNumber.
addNumber;
addNumber();
Apakah ciri ciri bagi "proses" ?
Ia mesti tersambung kepada proses-proses
Nama untuk melabel ia adalah dengan penggunaan kata kerja (verb)
menerima data daripada sistem
membekalkan data kepada sistem
A __________________________ is an artificial language designed
to automate the task of organizing and manipulating information, and to express problem solutions precisely.
Code
Programming Language
E-Design
Tag
True or False. Since the late 1980's however, object-oriented
programming languages have become more popular (e.g., JAVA, C++, C#)
True
False
<!Doctype html> creates an element known as the DOCTYPE ______, which lets user agents know that the document contents are written in HTML.
property
declaration
setting
announcement
Both the head and body tag pairs are located within the HTML tag pair. This situation is known as ______________.
tagging
pairing
nesting
joining
Most multi-page websites need a standardized _______ section that provides links to each of the pages.
header
navigation
hyperlink
footer
To make your site available to anyone with access to the web, you need to copy the files to a web _______, which is a computer optimized to store and share the documents and that has an extremely high-speed Internet connection.
portal
server
publisher
client
Whether you are brainstorming for a personal site or meeting with a client regarding a site you have been hired to create, you sum up your work with a project plan, which is also known as a ___________ document.
detail
design
systems
Web
Which of the following is NOT a potential question to ask about the target audience?
What is the average education level?
What is the mix of genders?
Why will people visit the website?
What are the short-term goals of the website?
