About 1,180,000 results
Open links in new tab
  1. GCSE Python questions - 2D Array - Computer science

    GCSE Python questions - 2D Array. Loading 2D array explained. Loading 2D arrays - Using 2D arrays

  2. Top 50 Array Coding Problems for Interviews - GeeksforGeeks

    Mar 26, 2025 · Array is one of the most widely used data structure and is frequently asked in coding interviews to the problem solving skills. The following list of 50 array coding problems covers a range of difficulty levels, from easy to hard, to help candidates prepare for interviews. Easy Problems. Medium Problems. Hard Problems. Related Articles:

  3. Top 50 Problems on Matrix/Grid Data Structure asked in SDE …

    Apr 4, 2025 · A Matrix/Grid is a two-dimensional array that consists of rows and columns. It is an arrangement of elements in horizontal or vertical lines of entries. Here is the list of the top 50 frequently asked interview questions on Matrix/Grid in the SDE Interviews.

  4. Arrays - GCSE Computer Science Revision Notes - Save My Exams

    Jul 29, 2024 · A 2D array extends the concept on a 1D array by adding another dimension. A 2D array can be visualised as a table with rows and columns. When navigating through a 2D array you first have to go down the rows and then across the columns to find a position within the array

  5. Python: Array - Exercises, Practice, Solution - w3resource

    Apr 21, 2025 · This resource offers a total of 120 Python Array problems for practice. It includes 24 main exercises, each accompanied by solutions, detailed explanations, and four related problems. Python array module defines an object type which can compactly represent an array of basic values: characters, integers, floating point numbers.

    Missing:

    • Computer Science

    Must include:

  6. Quiz on Python 2D Array - Online Tutorials Library

    Quiz on Python 2D Array - Learn about Python 2D arrays, their creation, manipulation, and various operations with examples in this comprehensive guide.

  7. 2D Array - 101 Computing

    In this blog post, we will focus on using a 2D array to create a 3×3 game of noughts and crosses. We will investigate the code using a step by step approach. You can follow the steps described below and …

  8. 2-D Arrays Practice Quiz — Computer Science 30 - Schellenberg

    Question 1¶ Rearrange the given code to create a 2 dimensional array. You can assume that the rows and cols variables have already been set as global variables.</p>

  9. GCSE Computer Science 2 Dimensional Array: Illustration with (python ...

    Jan 19, 2018 · This PP introduces 2 dimensional lists/ array, how items are stored and retrieved in memory, with practical exercises and worked examples using python. In addition, there is a practice exam question with python solution for students to try, which will support knowledge and build understanding.

    • Reviews: 1
    • Quiz about Python Arrays - GeeksforGeeks

      Jan 8, 2025 · Python Arrays Quiz will help you to test and validate your Python knowledge. It covers a variety of questions, from basic to advanced. The quiz contains 10 questions. You just have to assess all the given options and click on the correct answer.

    • Some results have been removed