Fun Quiz

A vibrant illustration depicting software testing, programming, and a quiz environment featuring code snippets and question marks in a tech-themed setting.

Fun Quiz on Software Testing and Programming

Test your knowledge with this engaging quiz about software testing methodologies and programming concepts! Whether you are a student, an educator, or just a tech enthusiast, this quiz is perfect for you to challenge yourself and learn new things.

Join us and explore the following topics:

  • Software Development Life Cycle
  • Programming Languages
  • Testing Techniques
  • Unix Timestamps
6 Questions2 MinutesCreated by TestingTree173
Berikut ini adalah macam-macam metode Testing, kecuali :
Black Box Testing
White Box Testing
Break Testing
Ad Hoc Testing
Dalam SDLC (Software Development Life Cycle) dikenal dengan model Waterfall. Model ini memiliki beberapa stage seperti "Gathering Requirement & Analysis", "Design", "Implementation", "Testing", dan "Deploy". Semua stage dilakukan secara berurutan. Manakah pernyataan yang benar tentang model Waterfall ini?
Bagus untuk projek skala kecil
Tidak cocok ketika requirement terus berubah
Dapat menangani projek yang sangat kompleks
Ketika masuk tahap Testing, dapat mudah berpindah ke tahap lain seperti Design atau Coding
$counter = 1;
$j = 1;
for($i = 1; $i <= 10; $i++) {
  echo '*'; // print bintang
  if($j == $counter) {
    echo '<br>'; // membuat line baru
    $counter++;
    $j = 1;
  } else {
    $j++;
  }
}
 
Outputnya apa?
Piramid
Segitiga Sama Kaki
Bujur Sangkar
Persegi
Unix Timestamp sampai 23 Juli 2019 03:15:50 = 1563826497, adalah total detik yang dihasilkan semenjak ?
1 Januari 1900
1 Januari 1930
1 Januari 1950
1 Januari 1970
1 Januari 1980
1 Januari 1990
Berikut adalah bahasa pemrograman tingkat rendah (Low Level Programming), yaitu :
C#
Assembly
Java
Scheme
$a = 11;
$b = 22;
$c = 89;
$b = $c;
$c = $a;
$a = $b;
 
Berapakah nilai $a + $c ?
33
100
111
22
44
178
{"name":"Fun Quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge with this engaging quiz about software testing methodologies and programming concepts! Whether you are a student, an educator, or just a tech enthusiast, this quiz is perfect for you to challenge yourself and learn new things.Join us and explore the following topics:Software Development Life CycleProgramming LanguagesTesting TechniquesUnix Timestamps","img":"https:/images/course8.png"}
Powered by: Quiz Maker