Hi, what do you want to do?
Khan Academy
Khan Academy: Files and Sizes
Check your understanding of files types, file metadata, and file sizes (bytes/kilobytes/etc), in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Hypertext Transfer Protocol (Http)
Check your understanding of HTTP requests and responses, in this set of practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Http Secure (Https)
Check your understanding of HTTPS (secure web browsing), in this set of practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: From Electricity to Bits
Check your understanding of using wires to represent bits, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Verifying an Algorithm
Practice verifying whether algorithms are correct with empirical analysis and logical reasoning, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Storing Data in Variables
Practice variable assignment in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Solving Hard Problems
Check your understanding of when algorithms use heuristics and which problems are undecidable, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Transport Layer Security (Tls)
Check your understanding of Transport Layer Security (TLS) / Secure Sockets Layer (SSL), in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Transporting Bits Over Wires
Check your understanding of bandwidth and latency in internet connections, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Transmission Control Protocol (Tcp)
Check your understanding of packet sending on the internet with the TCP (Transmission Control Protocol), in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Symmetric Encryption
Check your understanding of symmetric encryption techniques, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: The Building Blocks of Algorithms
Practice using the building blocks of algorithms (sequencing, insertion, and selection), in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: String Operations
Practice programming with string operations like concatenation and substring in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Storing and Updating Lists
Practice storing and updating lists for programs written in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Numbered Repetition of in Structions
Practice iteration (repeating code multiple times with loops) for programs written in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Random Numbers
Practice using random numbers for programs written in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
Khan Academy
Khan Academy: Mathematical Expressions
Practice using mathematical expressions for programming in the AP CSP pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
University of Canterbury
University of Canterbury: Cs Unplugged: Routing and Deadlock
Computer networks are based on passing messages from computer to computer. This sounds simple in principle, but in practice all sorts of contention and bottlenecks can occur. This activity gives some first hand experience of such issues,...
Khan Academy
Khan Academy: The Building Blocks of Algorithms
Learn the building blocks of algorithms in computer science.
Khan Academy
Khan Academy: Behind the Scenes: Browse the J Query Source Code
Learn about the open source jQuery source code programmers use in programming interactive web pages.
Khan Academy
Khan Academy: Storing Data in Variables
Find out how computer programs instruct computers how to process data.
Khan Academy
Khan Academy: Mathematical Expressions
A computer can compute results for them in a fraction of a second. Find out how we actually get the computer to do math for us?
Khan Academy
Khan Academy: Procedures With Parameters
Practice using procedures with parameters for computer programming.