100+ Free NCEA L1 Digital Tech Practice Questions
Prepare for the NCEA Level 1 Digital Technologies — New Zealand exam with instant access — no signup required.
Loading practice questions...
Explore More New Zealand NCEA & University Entrance
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
Key Facts: NCEA L1 Digital Tech Exam
4 Standards
Four 5-credit achievement standards (92004, 92005, 92006, 92007)
NZQA Digital Technologies
20 Credits
Total credits available in Level 1 Digital Technologies
NZQA Subject Directory
Python & Web
Primary technologies covered in programming and outcome standards
NCEA Education
2 Internal / 2 External
92004 & 92005 are internal; 92006 & 92007 are external assessments
NZQA Search Standards
A / M / E
Graded Achieved, Merit, or Excellence
NZQA Assessment Rules
Free for Domestic
No examination fees for domestic New Zealand school students
NZQA Fees Schedule
100
Free original practice questions available in this bank
OpenExamPrep
2026 Aligned
Updated for the current NCEA Level 1 refreshed curriculum
NZQA 2026
NCEA Level 1 Digital Technologies is New Zealand's Year 11 qualification in computer science and digital outcome development. It features four 5-credit standards (92004, 92005, 92006, 92007) graded Achieved, Merit, or Excellence. This 100-question practice bank offers comprehensive preparation across programming, algorithm design, binary data representation, web design, cybersecurity, and HCI usability heuristics.
Sample NCEA L1 Digital Tech Practice Questions
Try these sample questions to test your NCEA L1 Digital Tech exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1In Python, what is the output of `print(type("123"))`?
2What is the result of the Python integer division expression `17 // 5`?
3What is the output of the Python expression `"Digital" + "Tech"`?
4If `x = 8` and `y = 4`, what does the Python logical expression `x > 5 and y < 10` evaluate to?
5What is the output of `print("NCEA", "Level", "1", sep="-")` in Python?
6What value is returned by `len("Aotearoa")` in Python?
7What will be displayed when the following code runs? ```python score = 75 if score >= 80: print("Excellence") elif score >= 60: print("Merit") else: print("Achieved") ```
8What is the output of the following Python code segment? ```python total = 0 for i in range(1, 6): total += i print(total) ```
9Which Python expression correctly determines if an integer variable `num` is odd?
10Given `colors = ["red", "green", "blue", "yellow"]`, what does `colors[-1]` return in Python?
About the NCEA L1 Digital Tech Exam
NCEA Level 1 Digital Technologies is the Year 11 computer science and digital outcome qualification in New Zealand. It is assessed across four refreshed 5-credit achievement standards: 92004 and 92005 internally during the school year, and 92006 and 92007 in end-of-year NZQA external assessments. The curriculum develops computational thinking, programming proficiency in languages like Python and JavaScript, understanding of algorithms and trace tables, binary and hexadecimal data representation, HTML5/CSS web development, cybersecurity awareness, privacy ethics under the NZ Privacy Act 2020, and Human-Computer Interaction (HCI) usability principles.
Assessment
Four 5-credit achievement standards, 20 credits in total: 92004 Create a computer program (internal), 92005 Develop a digital technologies outcome (internal), 92006 Demonstrate understanding of usability in human-computer interfaces (external), and 92007 Design a digital technologies outcome (external).
Time Limit
3 hours
Passing Score
Achieved / Merit / Excellence
Exam Fee
Free for NZ domestic school students (New Zealand Qualifications Authority (NZQA))
NCEA L1 Digital Tech Exam Content Outline
Programming Concepts
Variables, numeric and string data types, conditional branching, loops, functions, lists/arrays, type casting, and logic debugging in Python and JavaScript.
Algorithm Design & Pseudocode
Flowchart symbols, trace table evaluation, pseudocode syntax, linear and binary search algorithms, bubble sort, and computational thinking pillars (decomposition, abstraction, pattern recognition).
Data Representation
Binary-to-decimal and decimal-to-binary conversion, hexadecimal color codes, ASCII vs Unicode UTF-8, raster vs vector graphics, bit depth, sound sampling, and lossless vs lossy compression.
Web Development
HTML5 semantic markup, CSS selector rules and box model, relative vs absolute file paths, flexbox and media queries for responsive layouts, WCAG accessibility, and basic JavaScript DOM interaction.
Cybersecurity & Digital Citizenship
Passphrases, multi-factor authentication, phishing tactics, malware types (ransomware, trojans), symmetric vs asymmetric encryption, HTTPS/TLS, NZ Privacy Act 2020 principles, Creative Commons licensing, and ethical vulnerability disclosure.
HCI & UX Design
Nielsen's 10 usability heuristics, affordances and visual signifiers, Fitts's Law, WCAG accessibility contrast and focus states, think-aloud usability testing, card sorting, and iterative design cycles.
How to Pass the NCEA L1 Digital Tech Exam
What You Need to Know
- Passing score: Achieved / Merit / Excellence
- Assessment: Four 5-credit achievement standards, 20 credits in total: 92004 Create a computer program (internal), 92005 Develop a digital technologies outcome (internal), 92006 Demonstrate understanding of usability in human-computer interfaces (external), and 92007 Design a digital technologies outcome (external).
- Time limit: 3 hours
- Exam fee: Free for NZ domestic school students
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
NCEA L1 Digital Tech Study Tips from Top Performers
Frequently Asked Questions
How is NCEA Level 1 Digital Technologies assessed?
Through four 5-credit achievement standards: two internally assessed during the school year (92004 creating a computer program and 92005 developing a digital technologies outcome) and two externally assessed at the end of the year (92006 usability in human-computer interfaces and 92007 designing a digital technologies outcome).
What programming language is used in NCEA Level 1?
Python is the most common programming language taught in New Zealand secondary schools for NCEA Level 1 computer science, alongside HTML5, CSS, and basic JavaScript for web development.
What grades can I earn in NCEA Level 1 Digital Technologies?
Each achievement standard is awarded Not Achieved (N), Achieved (A), Merit (M), or Excellence (E). Accumulating Achieved or higher grants the credits for that standard.
Is there a fee for sitting NCEA Digital Technologies examinations?
NCEA entry fees are free for domestic New Zealand secondary school students. International or private candidates may be subject to standard annual NZQA candidate fees.
How does this practice bank help with external standards 92006 and 92007?
Standards 92006 and 92007 evaluate understanding of usability, UX decision-making, technical specifications, and system design. This bank includes 100 questions testing those exact concepts alongside core programming and data representation.
Are these questions official NZQA exam items?
No. These are original practice questions created by OpenExamPrep to help Year 11 students master curriculum concepts. Official past NZQA assessment exemplars are available on the NZQA website.