Learn That Word
  • all about
    YOU
  • word
    genie
  • multi-
    media
  • smart
    progress
  • fast
    quizzes
  • lasting
    results
  • non
    profit


Translation

by Transposh - translation plugin for wordpress

Warning: Trying to access array offset on value of type null in /srv/www/stage.learnthat.org/data/www/app/views/word_lists/view.ctp on line 46

Warning: Trying to access array offset on value of type null in /srv/www/stage.learnthat.org/data/www/app/views/word_lists/view.ctp on line 46
modify this list - back

List of suffixes ending in "ive".

List #: 1337

Keywords/tags: suffix, suffixes, root words, word roots, words ending in "ive"

Comments: Clicking "modify" list will make a copy of this list, so you can add or remove words. You can also remove words once they have been added to your account.
Description: This is a list of words ending with suffix "ive", meaning "quality of; that which.".
Author: eSpindle Learning.
Subject: English vocabulary.
Supporting Link: http://www.espindle.org/suffix.html.

Created: 11/19/2009

Modified: 11/19/2009

List of Words:

Add this list Hide words

(part 1) (30 words)

connive, putative, consumptive, demonstrative, derivative, expressive, laxative, legislative, missive, authoritative, pervasive, abortive, coercive, collective, corrosive, discursive, explosive, inexpensive, inoffensive, intuitive, obtrusive, sedative, substantive, vocative, prerogative, conclusive, contrive, correlative, cursive, declarative

Add this list Hide words

(part 2) (31 words)

inquisitive, instructive, inventive, lucrative, palliative, pejorative, retroactive, vegetative, votive, inceptive, inchoative, disjunctive, locative, imperative, introspective, invective, punitive, cohesive, conducive, defensive, effusive, exploitative, impassive, provocative, retrospective, secretive, sensitive, undeceive, adjective, archive, consecutive

Add this list Hide words

(part 3) (31 words)

cooperative, deprive, diffusive, endive, expansive, expletive, festive, furtive, interrogative, infinitive, initiative, naive, nutritive, objective, operative, oppressive, possessive, selective, transitive, vindictive, affirmative, indecisive, subjective, abusive, aggressive, apprehensive, comparative, conservative, constrictive, cumulative, decisive

Add this list Hide words

(part 4) (31 words)

exhaustive, hyperactive, impulsive, inactive, intensive, interpretive, narrative, primitive, prospective, radioactive, recessive, unrepresentative, adhesive, executive, pensive, deceive, deceptive, derive, descriptive, destructive, diminutive, elective, evasive, excessive, offensive, oversensitive, perspective, perceive, prohibitive, representative, waive

Add this list Hide words

(part 5) (31 words)

administrative, adoptive, arrive, attentive, attractive, collaborative, constructive, defective, expensive, exclusive, fugitive, inclusive, instinctive, massive, negative, passive, persuasive, preservative, progressive, receive, relative, repulsive, thrive, respective, twenty-five, alternative, captive, competitive, comprehensive, conceive, creative

Add this list Hide words

(part 6) (19 words)

effective, extensive, hive, incentive, motive, outlive, positive, protective, tentative, locomotive, active, native, olive, alive, drive, forgive, live, five, give

(default) 40 queries took 7 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `limericks`440
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_general_ci';110
3SHOW FULL COLUMNS FROM `senses`440
4SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_bin';110
5SHOW FULL COLUMNS FROM `videos`14140
6SHOW FULL COLUMNS FROM `words_chapters`440
7SHOW FULL COLUMNS FROM `words_antonyms`550
8SHOW FULL COLUMNS FROM `words_limericks`441
9SHOW FULL COLUMNS FROM `words_related_words`440
10SHOW FULL COLUMNS FROM `words_roots`440
11SHOW FULL COLUMNS FROM `words_same_context_words`440
12SHOW FULL COLUMNS FROM `words_senses`440
13SHOW FULL COLUMNS FROM `words_synonyms`550
14SHOW FULL COLUMNS FROM `words_quiz_synonyms`330
15SHOW FULL COLUMNS FROM `words_videos`660
16SHOW FULL COLUMNS FROM `user_practice_words`16160
17SHOW FULL COLUMNS FROM `word_lists`12120
18SHOW FULL COLUMNS FROM `schools`24240
19SHOW FULL COLUMNS FROM `partners`11110
20SHOW FULL COLUMNS FROM `partners_classes`440
21SHOW FULL COLUMNS FROM `partners_users`440
22SHOW FULL COLUMNS FROM `users_chapters`441
23SHOW FULL COLUMNS FROM `user_preferred_words`990
24SHOW FULL COLUMNS FROM `user_unwanted_words`332
25SHOW FULL COLUMNS FROM `word_list_ratings`440
26SHOW FULL COLUMNS FROM `teachers_students`550
27SHOW FULL COLUMNS FROM `classes_students`330
28SHOW FULL COLUMNS FROM `classes_teachers`330
29SHOW FULL COLUMNS FROM `schools_teachers`440
30SHOW FULL COLUMNS FROM `schools_admins`770
31SHOW FULL COLUMNS FROM `users_sponsors`660
32SHOW FULL COLUMNS FROM `users_friends`550
33SHOW FULL COLUMNS FROM `users_family_sponsors`330
34SHOW FULL COLUMNS FROM `classes_chapters`440
35SELECT `WordList`.`id`, `WordList`.`user_id`, `WordList`.`is_public`, `WordList`.`title`, `WordList`.`keywords`, `WordList`.`comments`, `WordList`.`content_link`, `WordList`.`buy_link`, `WordList`.`created`, `WordList`.`modified`, `WordList`.`is_changed_by_admin`, `WordList`.`is_premium`, (SELECT count(*) as count FROM word_list_ratings AS Rate WHERE `Rate`.`word_list_id` = `WordList`.`id` ) AS `WordList__reviews`, (SELECT round(sum(rating)/count(*), 1) FROM word_list_ratings AS Rate WHERE `Rate`.`word_list_id` = `WordList`.`id` ) AS `WordList__rating` FROM `word_lists` AS `WordList` WHERE `WordList`.`id` = 1337 LIMIT 1110
36SELECT `Chapter`.`id`, `Chapter`.`word_list_id`, `Chapter`.`unit`, (SELECT count(*) as count FROM words AS Word JOIN words_chapters AS WordsChapter ON (`WordsChapter`.`word_id` = `Word`.`id`) WHERE `WordsChapter`.`chapter_id` = `Chapter`.`id` ) AS `Chapter__words_count`, ( SELECT GROUP_CONCAT(' ', word) FROM words_chapters AS WordsChapters JOIN words AS WORD ON `WordsChapters`.`word_id`=`WORD`.`id` WHERE `WordsChapters`.`chapter_id`=`Chapter`.`id` ) AS `Chapter__words` FROM `chapters` AS `Chapter` WHERE (SELECT count(*) as count FROM words AS Word JOIN words_chapters AS WordsChapter ON (`WordsChapter`.`word_id` = `Word`.`id`) WHERE `WordsChapter`.`chapter_id` = `Chapter`.`id` LIMIT 1)>0 AND `Chapter`.`word_list_id` = (1337) 662
37SELECT `Bookmark`.`id`, `Bookmark`.`word_list_id`, `Bookmark`.`user_id`, `Bookmark`.`class_id` FROM `word_list_bookmarks` AS `Bookmark` WHERE `Bookmark`.`user_id` IS NULL AND `Bookmark`.`class_id` IS NULL AND `Bookmark`.`word_list_id` = (1337) 000
38SELECT `Rate`.`id`, `Rate`.`word_list_id`, `Rate`.`user_id`, `Rate`.`rating` FROM `word_list_ratings` AS `Rate` WHERE `Rate`.`user_id` IS NULL AND `Rate`.`word_list_id` = (1337) 000
39SHOW FULL COLUMNS FROM `settings`661
40SELECT `Setting`.`id`, `Setting`.`key`, `Setting`.`value`, `Setting`.`options`, `Setting`.`is_custom`, `Setting`.`is_editable` FROM `settings` AS `Setting` WHERE `key` = 'word_lists_banner' LIMIT 1110