↓ Skip to Main Content
Oracle Tutoring, Campbell River, BC (250) 203-6544 (text) or (250) 830-0295 (talk)

Main Navigation

  • english
  • math
  • lifestyle
  • blog home
  • website
Oracle Tutoring, Campbell River, BC (250) 203-6544 (text) or (250) 830-0295 (talk)

Off Canvas Menu

  • english
  • math
  • lifestyle
  • blog home
  • website

Category: computer science

Computer science: Concurrent Modification Exception

By Jack Posted on July 8, 2024 Posted in programming Tagged with arraylist, break, collection, exception, iterate, java

Self-tutoring about Java and programming: the tutor mentions the concurrent modification exception. Today I was experimenting with the Java type ArrayList. I don’t always program in Java, although I am a fan of it. I’m about to use some terms …

Computer science: Concurrent Modification Exception Read more »

Databases: object caching

By Jack Posted on May 13, 2024 Posted in databases Tagged with what does an object cache do?, what is an object cache?

Self-tutoring about computer systems: the tutor looks into what an object cache does. As I understand it, object caching is the storage of the answers to questions received by a database. The questions are called queries. A given query of …

Databases: object caching Read more »

Object-oriented programming: what does “.” do?

By Jack Posted on May 9, 2024 Posted in coding Tagged with dot operator, java, object-oriented programming, OOP, python

Tutoring coding, operators come up. The tutor mentions the dot. From a top-down point of view, the . (aka, dot) operator sets the context wherein you want to refer. Therefore, obj0.helloWorld(); means “I want to execute the method helloWord() that …

Object-oriented programming: what does “.” do? Read more »

Computer science: uint32 vs uint32_t

By Jack Posted on April 5, 2024 Posted in computer science Tagged with c programming, uint32 vs uint32_t

Self-tutoring about computer science: the tutor mentions a key difference in types. I was reading in some documentation about a certain function with return type uint32. It means, to my understanding, “unsigned integer 32-bit,” so I wasn’t too surprised about …

Computer science: uint32 vs uint32_t Read more »

Computer science: compilation games

By Jack Posted on April 2, 2024 Posted in computer science

Self-tutoring about computer science: the tutor mentions an observation. I am working on a project that uses an external library. To begin, I wanted to test if the library would compile as presented. I wrote a program that includes its …

Computer science: compilation games Read more »

Computer science: compile-time errors vs logic errors

By Jack Posted on March 27, 2024 Posted in computer science

Self-tutoring about computer science: the tutor mentions some ideas about programming errors. Writing programs in computer languages, some common types of errors are compile-time errors and logic errors. A compile-time error is one that the compiler has noticed. In simple …

Computer science: compile-time errors vs logic errors Read more »

Comp sci: what is dunder?

By Jack Posted on April 22, 2023 Posted in computer science

Self-tutoring about modern English and computer science terms: the tutor mentions one he stumbled upon. Today I looked up dunder and it was like opening an overfilled locker. Among its many meanings, dunder apparently can mean double underscore (found in …

Comp sci: what is dunder? Read more »

Computer science: how to write special characters in gedit

By Jack Posted on April 22, 2023 Posted in computer science

Self-tutoring about the on-board text editor in Ubuntu, gedit: the tutor mentions typing special characters in it. Holding Ctrl+Shift+U, then typing its Unicode hex number, then Enter, seems to work to type a special character in gedit. Source: superuser.com

Computer science: an idea about sorting

By Jack Posted on March 27, 2023 Posted in computer science

Self-tutoring about computer science: the tutor mentions a thought about using sorting algorithms. Among comparison sorts, merge sort and quicksort are both, for average case, order nlogn, which seems about the best you can get with comparison sorts. With actual …

Computer science: an idea about sorting Read more »

Computer Science: Python: get it sorted

By Jack Posted on February 23, 2023 Posted in computer science

Self-tutoring about Python: the tutor mentions the sorted() function. sorted() is a Python built-in function that can accept lists and even sets. The strength of sorted() is that it doesn’t change the input; rather, it returns a sorted list of …

Computer Science: Python: get it sorted Read more »

Posts pagination

Previous 1 2 3 4 5 6 … 32 Next
Copyright © 2026 Oracle Tutoring, Campbell River, BC | Powered by Responsive Theme
Copyright © 2026 Oracle Tutoring, Campbell River, BC | Powered by Responsive Theme