All Practice Exams

100+ Free BW Abitur Informatics Practice Questions

Baden-Württemberg Abitur Informatics (Informatik) practice questions are available now; exam metadata is being verified.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

2026 Statistics

Key Facts: BW Abitur Informatics Exam

270 minutes

Written Informatik working time including selection (Facherlass / Terminplan 2026)

KM-BW Facherlass 2026 Informatik; Terminplan 2026 Detailplan

09:00–13:30

Haupttermin window for Informatik on 21 April 2026

KM-BW Terminplan 2026 Detailplan

WTR + spelling ref.

Named written-exam aids in Facherlass 2026 (no calculator handbook)

KM-BW Facherlass 2026 Informatik

6 domains

Leistungsfach content areas in Bildungsplan 2016 Informatik

bildungsplaene-bw.de Gymnasium Informatik (Schulversuch)

05 / 15

Notenpunkte threshold labeled ausreichend on the 0–15 scale

BW Abitur Notenpunkte / Korrekturrichtlinien framework

≥300 / 900

Typical minimum Gesamtqualifikation for Allgemeine Hochschulreife

Kultusministerium BW Abitur und Oberstufe

100

Original local English MCQ study items in this bank (not official format)

OpenExamPrep

BW Abitur Informatik (Leistungsfach) is a constructed-response written exam—not MCQ. Working time 270 min incl. selection (09:00–13:30). Aids: German spelling reference + course WTR. Graded in Notenpunkte (05 ausreichend); overall Abitur typically ≥300/900. This free English MCQ bank is a study adaptation only.

Sample BW Abitur Informatics Practice Questions

Try these sample questions to test your BW Abitur Informatics exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1What is the binary representation of decimal 13 using 4 bits?
A.1101
B.1011
C.1110
D.1001
Explanation: 13 = 8+4+1, so the bits for 8, 4, and 1 are set: 1101.
2Which hexadecimal digit equals decimal 15?
A.E
B.F
C.C
D.A
Explanation: Hex digits run 0–9 then A–F; F represents fifteen.
3In a one-dimensional array indexed from 0, what is the index of the last element in an array of length n?
A.n
B.n-1
C.n+1
D.0
Explanation: Valid indices are 0 through n−1, so the last element is at index n−1.
4Which abstract data type returns elements in last-in, first-out (LIFO) order?
A.Queue
B.Stack
C.Set
D.Priority queue
Explanation: A stack pops the most recently pushed element (LIFO).
5Which SQL clause filters rows after they are retrieved from tables?
A.ORDER BY
B.GROUP BY
C.WHERE
D.FROM
Explanation: WHERE restricts which rows qualify before grouping/sorting outputs.
6In a relational table, what uniquely identifies each row?
A.A foreign key
B.A primary key
C.An index alone
D.A NULL column
Explanation: A primary key uniquely identifies each tuple/row in a relation.
7Which control structure repeats a block while a condition remains true?
A.If–else selection
B.While loop
C.Switch/case without loop
D.Return statement
Explanation: A while loop continues as long as its condition evaluates to true.
8What does a Boolean variable store?
A.Only integers
B.True or false values
C.Only strings
D.Floating-point ranges
Explanation: Boolean types represent logical truth values true/false.
9In object-oriented programming, what is an instance of a class called?
A.A method
B.An object
C.An interface
D.A package
Explanation: Objects are runtime instances created from a class blueprint.
10Which algorithm finds a target in a sorted array by repeatedly discarding half of the remaining range?
A.Linear search
B.Binary search
C.Bubble sort
D.Breadth-first search
Explanation: Binary search halves the search interval each step on sorted data.

About the BW Abitur Informatics Practice Questions

Verified exam format metadata for Baden-Württemberg Abitur Informatics (Informatik) is pending. The practice questions above remain available while official exam length, timing, passing score, fee, and administrator details are reviewed.